Skip to content

Commit

Permalink
document vs snipmate should be deprecated: not yet
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWeber committed May 5, 2014
1 parent 8d619ac commit a066d60
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ If you have VimL only (vim without python support) your best option is using
minor bugs found in the engine.


Q: Should "snipmate be deprecated in favour of UltiSnips"?

A: No, because snimpate is VimL, and UltiSnips requires Python.
Some people want to use snippets without having to install Vim with Python
support. Yes - this sucks.

One solution would be: Use snippets if they are good enough, but allow overriding them
in UltiSnips. This would avoid most duplication while still serving most users.
AFAIK there is a nested-placeholder branch for snipmate too. snipmate is still
improved by Adnan Zafar. So maybe time is not ready to make a final decision yet.

Installation
------------

Expand Down

0 comments on commit a066d60

Please sign in to comment.