Browse Source

vim: fix

master
Maxim Likhachev 7 years ago
parent
commit
15a76a12fe
  1. 2
      etc/soft/vim/vimrc

2
etc/soft/vim/vimrc

@ -34,7 +34,7 @@ au BufWinLeave * if bufname("") =~ "..*" | mkview | endif @@ -34,7 +34,7 @@ au BufWinLeave * if bufname("") =~ "..*" | mkview | endif
endif
endfunction
au BufWinEnter * call RestoreState()
" au BufWinEnter * call RestoreState()
au BufWinEnter * set cursorline
" Vimwiki тормозит

Loading…
Cancel
Save