krischik / vim-ada

Complete Ada-Mode as Vim-Ball or Tar.bz2
http://www.vim.org/scripts/script.php?script_id=1609
GNU General Public License v3.0
11 stars 3 forks source link

b:undo_ftplugin not set in filetype plugin #21

Closed dkearns closed 1 year ago

dkearns commented 2 years ago

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.

krischik commented 2 years ago

What does it do? Or is that just another thing you blindly add to a VimScript not knowing what it is good for?

krischik commented 2 years ago

I'll guess I'll add it when I find time.

dkearns commented 2 years ago

You can assign it to me if you like.

krischik commented 2 years ago

Sure. Adding features you don't know what they do is always a bit flaky.