Closed dkearns closed 1 year ago
What does it do? Or is that just another thing you blindly add to a VimScript not knowing what it is good for?
I'll guess I'll add it when I find time.
You can assign it to me if you like.
Sure. Adding features you don't know what they do is always a bit flaky.
All filetype plugins should set
b:undo_ftplugin
to a command string that, when evaluated upon a filetype change, undoes any configuration changes made by the plugin.See
:help undo_ftplugin
for details and examples in the distribution.