How do I save and restore a plugin specific information across Vim

invocations? Vim will save and restore global variables that start with an uppercase letter and don’t contain a lower case letter. For this to work, the ‘viminfo’ option must contain the ‘!’ flag. Vim will store the variables in the viminfo file.

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind