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
|
@ -76,7 +76,7 @@ else
|
||||||
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store
|
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"Always show current position
|
" Always show current position
|
||||||
set ruler
|
set ruler
|
||||||
|
|
||||||
" Height of the command bar
|
" Height of the command bar
|
||||||
|
@ -109,6 +109,7 @@ set magic
|
||||||
|
|
||||||
" Show matching brackets when text indicator is over them
|
" Show matching brackets when text indicator is over them
|
||||||
set showmatch
|
set showmatch
|
||||||
|
|
||||||
" How many tenths of a second to blink when matching brackets
|
" How many tenths of a second to blink when matching brackets
|
||||||
set mat=2
|
set mat=2
|
||||||
|
|
||||||
|
@ -123,7 +124,6 @@ if has("gui_macvim")
|
||||||
autocmd GUIEnter * set vb t_vb=
|
autocmd GUIEnter * set vb t_vb=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
" Add a bit extra margin to the left
|
" Add a bit extra margin to the left
|
||||||
set foldcolumn=1
|
set foldcolumn=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue