Docs: making comment spacing more consistent (#667)
This commit is contained in:
parent
d93dda4770
commit
fd050b6d03
1 changed files with 14 additions and 14 deletions
|
@ -109,6 +109,7 @@ set magic
|
|||
|
||||
" Show matching brackets when text indicator is over them
|
||||
set showmatch
|
||||
|
||||
" How many tenths of a second to blink when matching brackets
|
||||
set mat=2
|
||||
|
||||
|
@ -123,7 +124,6 @@ if has("gui_macvim")
|
|||
autocmd GUIEnter * set vb t_vb=
|
||||
endif
|
||||
|
||||
|
||||
" Add a bit extra margin to the left
|
||||
set foldcolumn=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue