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

Vimで行末のスペースだけ見える化する

$
0
0

Markdownを書いているとどの行で空白を施しているか思い出せなくなり困ることがあります.というわけで設定を調べてみました.

" Overriding theme settings" 行末の空白を表示するset list
set listchars=trail:·
highlight ExtraWhitespace ctermfg=darkgreen guifg=darkgreen
" 半角,タブ" match ExtraWhitespace /\s\+$/" 半角スペースのみmatch ExtraWhitespace / \+$/

今後

Markdownのみに適応する.

参考

使用したもの
http://vim.wikia.com/wiki/Highlight_unwanted_spaces
https://blog.nishimu.land/entry/20080529/1212079410

使用しなかったもの
https://mickey24.hatenablog.com/entry/20120808/vim_highlight_trailing_spaces
http://potappo.hatenablog.jp/entry/2013/03/31/010746


Viewing all articles
Browse latest Browse all 5608

Trending Articles



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