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

Set b:undo_ftplugin #23

Closed dkearns closed 1 year ago

dkearns commented 2 years ago

Filetype plugins should set b:undo_ftplugin to a command string that, when evaluated upon a filetype change, will undo any configuration changes made by the plugin. See :help undo_ftplugin for details.

Fixes #21.

@krischik, just ignore this for the moment if you like. It needs testing and further work.

krischik commented 2 years ago

Looking a the draft: I could not have done that in this quality. Looking forward to the finished pull request.

krischik commented 2 years ago

I just noted to late: pull requests into the develop branch would have been better. That way I can test the pull request before it goes out to the world.

krischik commented 1 year ago

Thank you!