From 6574033ad0ae8e505b1b4c9d280579712e734beb Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Sat, 18 Jul 2009 01:28:39 +0200 Subject: [PATCH] Removed the snippet options item from the Roadmap. It is already implemented --- doc/UltiSnips.txt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index aa7f2ad..e82e690 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -446,20 +446,6 @@ insight into which direction development is headed. Please feel free to comment on any feature here or if you have any good ideas what is missing contact me. - Snippet options: *UltiSnips-snippet-options* - -I have a snippet defined that inserts nice comment boxes in code. But I -sometime get this expanded in the middle of the line. I therefore want to add -options to the snippet definition like this: > - snippet tab_trigger "Description" option_chars - -one option would be - b - beginning; only whitespaces are allowed in front of this trigger - -so when I use box at the beginning of a line, I get my snippet expanded. -If I use in the middle of the line, nothing will happen or another -snippet with the same tab trigger but without this option will be expanded. - Cursor key movement: *UltiSnips-cursor-key-movement* Currently, cursor key movement is not possible in snippets. When you use the