vim-endwise
vim-endwise copied to clipboard
endwise.vim: Wisely add
Normally if you enter Insert-mode, everything from entering the mode until you return to Normal-mode is stored as one change. It seems like every `` in Insert-mode breaks the change...
Could you please add subj? Here: https://github.com/tpope/vim-endwise/blob/3719ffddb5e42bf67b55b2183d7a6fb8d3e5a2b8/plugin/endwise.vim#L78 **P.S.** I was about to submit pull request, but [contributing guidelines](https://github.com/tpope/vim-pathogen/blob/master/CONTRIBUTING.markdown) explicitly suggest proposing it in an issue before drafting a patch.
Meson files are called `meson.build`, and the syntax contains two pairs of start/end markers: * [`if` / `endif`](https://mesonbuild.com/Syntax.html#if-statements) * [`foreach` / `endforeach`](https://mesonbuild.com/Syntax.html#foreach-statements) I'm thankfully not aware of any other support...