From c32b25ce56895da8a0445f5c1f0bcb796efc3f8c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 12 May 2020 12:49:21 +0300 Subject: [PATCH] More visible active window --- vim/.vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 " }}} -- 2.44.0