X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vimrc;h=575811106582de40cd990a0b4f2c6b458b4e85ec;hp=e18c78558840691171fc28b62a997aafdfda984a;hb=c32b25ce56895da8a0445f5c1f0bcb796efc3f8c;hpb=45a47b837759172d66223afcc8b7714dbc53f702 diff --git a/vim/.vimrc b/vim/.vimrc index e18c785..5758111 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -28,6 +28,7 @@ set backspace=indent,eol set shortmess=aoOtI set highlight-=v:Visual set highlight+=vr +set highlight+=sr set cpoptions+=$ set showcmd set showmatch @@ -79,7 +80,7 @@ set statusline+=%3*[%c%V:0x%B] set statusline+=%4*%{LintStatus()} set statusline+=%*\ %P -function! LintStatus() " it is overrided in ftplugin/python/pylint.vim +function! LintStatus() " it is overrided in ftplugins return "" endfunction " }}}