Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

session-local viminfo file #301

Open
Konfekt opened this issue Sep 21, 2021 · 0 comments
Open

session-local viminfo file #301

Konfekt opened this issue Sep 21, 2021 · 0 comments

Comments

@Konfekt
Copy link
Collaborator

Konfekt commented Sep 21, 2021

How about a session-local viminfo file: This can be achieved by the autocmd

autocmd vimrc SessionLoadPost *
      \ let g:local_viminfo = findfile('.viminfo','.;')|
      \ if !empty(g:local_viminfo) | substitute(&viminfo, ',n.*$', '', '') | let &viminfo .= ",n" . g:local_viminfo | rviminfo! | endif

and calling :wviminfo after :mksession.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant