what about libraries? postfixes may do it

This commit is contained in:
Marc Weber 2013-04-29 22:40:16 +02:00
parent 5edc9786e4
commit c4d45b83f1

View File

@ -97,6 +97,14 @@ or github.com/MarcWeber/UltiSnips this way:
If it happens that you work on a project requiring ruby-1.8 snippets instead, If it happens that you work on a project requiring ruby-1.8 snippets instead,
consider using vim-addon-local-vimrc and override the filetypes. consider using vim-addon-local-vimrc and override the filetypes.
Well - of course it may not make sense to create a new file for each
ruby-library-version triplet. Sometimes postfixing a name such as
migrate_lib_20_down
migrate_lib_20_up
will do it then if syntax has changed.
Language maintainers Language maintainers
-------------------- --------------------