You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Hi,
I clearly must be doing something wrong, or I don't understand how persistence is supposed to work.
Given this vimrc:
I can't get anything to show up in
~/scratch_test.$ vim -u ~/.minimal_vimrcOpen scratch buffer with 'gs'
Enter text / esc / c-w o / :q
~/scratch_testremains empty.I've confirmed
g:scratch_persistence_fileis getting correctly set toscratch_testin my home directory (as an absolute path).What am I doing wrong?
Thanks,
Lance