vim: Get rid of ruler at 100 columns
This commit is contained in:
@@ -74,8 +74,8 @@ else
|
|||||||
nmap cw dwi
|
nmap cw dwi
|
||||||
nmap cW dWi
|
nmap cW dWi
|
||||||
endif
|
endif
|
||||||
" Show ruler at 80 and 100 columns
|
" Show ruler at 80 columns
|
||||||
set colorcolumn=80,100
|
set colorcolumn=80
|
||||||
" Show menu for possible matches when using command-line completing.
|
" Show menu for possible matches when using command-line completing.
|
||||||
if (has('wildmenu'))
|
if (has('wildmenu'))
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
|||||||
Reference in New Issue
Block a user