Enable visual highlight of trail spaces and tabs
This commit is contained in:
parent
e049445284
commit
e292b937d0
@ -1,6 +1,13 @@
|
|||||||
|
scriptencoding 'utf-8'
|
||||||
|
|
||||||
" Enable all mouse features
|
" Enable all mouse features
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
|
||||||
|
" Enable visually highlighting listchars
|
||||||
|
set list
|
||||||
|
" Set visible chars for trailing white space and tabs
|
||||||
|
set listchars=trail:·,tab:»»
|
||||||
|
|
||||||
" TODO: spellcapcheck
|
" TODO: spellcapcheck
|
||||||
" TODO: virtualedit=block
|
" TODO: virtualedit=block
|
||||||
" TODO: whichwrap=b,h,l,s,<,>,[,],~
|
" TODO: whichwrap=b,h,l,s,<,>,[,],~
|
||||||
@ -32,7 +39,7 @@ if has('writebackup')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Wrap to whole words
|
" Wrap to whole words
|
||||||
set wrap nolist
|
set wrap
|
||||||
if has('linebreak')
|
if has('linebreak')
|
||||||
set linebreak
|
set linebreak
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user