mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Highlight trailing whitespace in vim.
This commit is contained in:
@@ -141,3 +141,7 @@ endif
|
||||
|
||||
" Options for vimoutliner
|
||||
autocmd Filetype votl setlocal sts=4
|
||||
|
||||
" Highlight whitespace at end of file
|
||||
highlight ExtraWhitespace ctermbg=red guibg=red
|
||||
autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ containedin=ALL
|
||||
|
||||
Reference in New Issue
Block a user