I found the Vim documentation for vimscript, which has a section on variables:
To delete a variable use the “:unlet” command. Example:
:unlet s:count
I found the Vim documentation for vimscript, which has a section on variables:
To delete a variable use the “:unlet” command. Example:
:unlet s:count