Updated system - vim starts remembering cursor positions - get rid of that
The option you are looking for is 'viminfo'
. Unset it for specific filtypes in ~/.vim/ftplugin
or globally in .vimrc
:
set noviminfo
The option you are looking for is 'viminfo'
. Unset it for specific filtypes in ~/.vim/ftplugin
or globally in .vimrc
:
set noviminfo