We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://vim-jp.org/vimdoc-ja/vim_faq.html のタグが右寄せされず、真ん中の方に表示されています。(ts=4で表示したかのように見えます。) 例:
============================================================================= *faq-1* SECTION 1 - 一般的な情報
ただし、目次のタグは問題なく右寄せされています。また、vim_faq以外のファイルも問題なさそうです。 vim上で見たところ、ts=8で右寄せされているので、HTML変換時の問題だと思うのですが。
The text was updated successfully, but these errors were encountered:
モードラインで set list してて、2html.vim が ^I をスペース二つに展開してるからですね。 どうしたものか。
set list
^I
Sorry, something went wrong.
確かにモードラインにlistがありますね。原文にはないので、取っちゃっていいような気が。(それでちゃんとHTML化されるならですが。)
list
remove 'list' from the mode line (Issue #51)
486dafb
listは消しておきました。 関連: #24
あーたしかに原文にはないですねー。 ならとるだけでいいですね。 ありがとうございます。
HTMLも直りましたので閉じます。
No branches or pull requests
http://vim-jp.org/vimdoc-ja/vim_faq.html のタグが右寄せされず、真ん中の方に表示されています。(ts=4で表示したかのように見えます。)
例:
ただし、目次のタグは問題なく右寄せされています。また、vim_faq以外のファイルも問題なさそうです。
vim上で見たところ、ts=8で右寄せされているので、HTML変換時の問題だと思うのですが。
The text was updated successfully, but these errors were encountered: