diff --git a/vimrc b/vimrc index 387df35..8148ddd 100644 --- a/vimrc +++ b/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 {{{