]> Sergey Matveev's repositories - dotfiles.git/commitdiff
More visible active window
authorSergey Matveev <stargrave@stargrave.org>
Tue, 12 May 2020 09:49:21 +0000 (12:49 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 12 May 2020 19:37:17 +0000 (22:37 +0300)
vim/.vimrc

index e18c78558840691171fc28b62a997aafdfda984a..575811106582de40cd990a0b4f2c6b458b4e85ec 100644 (file)
@@ -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
 " }}}