remove automatic line numbers in command mode
This commit is contained in:
parent
0e82935b84
commit
d6ee08daea
14
vimrc
14
vimrc
|
@ -527,13 +527,13 @@ iabbrev ct'' content-type: '';
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
" line numbering {{{
|
" line numbering {{{
|
||||||
if exists('##CmdlineEnter')
|
" if exists('##CmdlineEnter')
|
||||||
augroup linenumbering
|
" augroup linenumbering
|
||||||
autocmd!
|
" autocmd!
|
||||||
autocmd CmdlineEnter * :redraw | :set number
|
" autocmd CmdlineEnter * :redraw | :set number
|
||||||
autocmd CmdlineLeave * :set nonumber
|
" autocmd CmdlineLeave * :set nonumber
|
||||||
augroup END
|
" augroup END
|
||||||
endif
|
" endif
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
" Automatically reload .vimrc if changed {{{
|
" Automatically reload .vimrc if changed {{{
|
||||||
|
|
Loading…
Reference in New Issue