File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,17 @@ If you have VimL only (vim without python support) your best option is using
4646minor bugs found in the engine.
4747
4848
49+ Q: Should "snipmate be deprecated in favour of UltiSnips"?
50+
51+ A: No, because snimpate is VimL, and UltiSnips requires Python.
52+ Some people want to use snippets without having to install Vim with Python
53+ support. Yes - this sucks.
54+
55+ One solution would be: Use snippets if they are good enough, but allow overriding them
56+ in UltiSnips. This would avoid most duplication while still serving most users.
57+ AFAIK there is a nested-placeholder branch for snipmate too. snipmate is still
58+ improved by Adnan Zafar. So maybe time is not ready to make a final decision yet.
59+
4960Installation
5061------------
5162
You can’t perform that action at this time.
0 commit comments