From c4d45b83f1f877f85e153425eefded4bd0af450e Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Mon, 29 Apr 2013 22:40:16 +0200 Subject: [PATCH] what about libraries? postfixes may do it --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0cd0f90..720c58b 100644 --- a/README.md +++ b/README.md @@ -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, 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 --------------------