rkitover / vimpager

Use Vim as PAGER
http://www.vim.org/scripts/script.php?script_id=1723
Other
774 stars 72 forks source link

ignoring viminfo configuration #234

Open carlwgeorge opened 6 years ago

carlwgeorge commented 6 years ago

I have set viminfo+=n~/.cache/vim/viminfo in my /etc/vimrc. The goal is to write the viminfo file under ~/.cache/vim instead of directly in ~. This works fine for vim, but vimpager ignores this setting and creates ~/.viminfo every time it is run.

rkitover commented 6 years ago

I'm actually disabling viminfo, but perhaps not early enough, I'll take a look at this.