Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

Vimのbad-whitespaceプラグインで特定拡張子に警告を無視したい

$
0
0

末尾のホワイトスペースを赤字で警告してくれるVimのプラグイン
bad-whitespace
で特定の拡張子に対し警告を無効にしたい場合の対処方法

例:拡張子emlの場合

autocmd FileType mail exe ':HideBadWhitespace'

でOK。

FileTypeの調べ方

適当に
vim hoge.eml
でVimを開き、
set filetype
とやると
filetype=mail
などと出ます。

参考

Call a function in Vim’s autocmd command - Stack Overflow


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>