vim: Get rid of ruler at 100 columns

This commit is contained in:
2020-11-23 02:20:44 +01:00
parent 1d56537c1d
commit a5b47adc0a

View File

@@ -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