[vim] no list mode in GUI vim
This commit is contained in:
parent
5d4a466852
commit
7aa6591190
1 changed files with 1 additions and 1 deletions
2
gvimrc
2
gvimrc
|
@ -1,5 +1,5 @@
|
||||||
" List mode on here because the GUI has more color possibilities.
|
" List mode on here because the GUI has more color possibilities.
|
||||||
set list
|
set nolist
|
||||||
|
|
||||||
if has('win32') || has('win64') || has('win32unix')
|
if has('win32') || has('win64') || has('win32unix')
|
||||||
set guifont=Inconsolata:h18
|
set guifont=Inconsolata:h18
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue