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 {{{
|
||||
if exists('##CmdlineEnter')
|
||||
augroup linenumbering
|
||||
autocmd!
|
||||
autocmd CmdlineEnter * :redraw | :set number
|
||||
autocmd CmdlineLeave * :set nonumber
|
||||
augroup END
|
||||
endif
|
||||
" if exists('##CmdlineEnter')
|
||||
" augroup linenumbering
|
||||
" autocmd!
|
||||
" autocmd CmdlineEnter * :redraw | :set number
|
||||
" autocmd CmdlineLeave * :set nonumber
|
||||
" augroup END
|
||||
" endif
|
||||
|
||||
" }}}
|
||||
" Automatically reload .vimrc if changed {{{
|
||||
|
|
Loading…
Reference in New Issue