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

Refactor: use a list to build the s:AdaBlockStart indent pattern #38

Open dkearns opened 1 year ago

dkearns commented 1 year ago

I found this pattern a bit hard to scan for differences and when adding an item. It's probably a matter of taste as to whether this change is an improvement.

let-heredocs are a new feature for Vim/Neovim (available in the latest releases of both). I'm unsure whether this project is intended to just track the latest version of Vim that it is distributed in or if it's also supposed to work with older versions.