]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vimrc
I do not use vim-fzf at all
[dotfiles.git] / vim / .vimrc
index 1a02b400e28259065040041f6b401c331675dcdb..66b729b0ea068716dee5bbe414de7820fb346580 100644 (file)
@@ -12,7 +12,6 @@ set mouse="" " if Vim is compiled with mouse support
 set viminfo-=h
 set viminfo+=f1,%,n~/secure/vim/info
 set viewdir=~/secure/vim/view
-set history=128
 set directory=~/secure/vim/tmp
 set undodir=~/secure/vim/undo
 set undofile
@@ -94,7 +93,7 @@ endfunction
 
 " View saving {{{
 autocmd BufWinLeave ?* silent! if &ft !=# "gitcommit" | mkview | endif
-autocmd BufWinEnter ?* silent loadview
+autocmd BufWinEnter ?* silent! loadview
 " }}}
 
 " Windows related {{{