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