added modeline support since vim in debian does not use it by default :<
This commit is contained in:
parent
20b081b25e
commit
f80e6aeb81
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -50,6 +50,7 @@ vnoremap k gk
|
||||||
" still have to deal with old vim versions :<
|
" still have to deal with old vim versions :<
|
||||||
if v:version >= 700
|
if v:version >= 700
|
||||||
set helplang=en
|
set helplang=en
|
||||||
|
set modeline
|
||||||
|
|
||||||
set list
|
set list
|
||||||
set listchars=tab:\|\ ,trail:*,nbsp:x
|
set listchars=tab:\|\ ,trail:*,nbsp:x
|
||||||
|
|
Loading…
Reference in a new issue