- Improved options word behavior.

This commit is contained in:
Shougo Matsushita
2012-10-21 20:48:02 +09:00
parent deaa1469f5
commit e44c9d6562
2 changed files with 15 additions and 8 deletions

View File

@@ -422,8 +422,8 @@ languages' indent files can not work very well (e.g.: PHP, Python).
}
<
"options word" means this snippet is expanded by word boundary.
Note: The trigger must be word(digits or alphabet characters or "_")
characters.
Note: To complete the trigger in snippets_complete, it must be word(digits or
alphabet characters or "_") characters.
>
snippet date
options word
@@ -457,6 +457,7 @@ CHANGELOG *neosnippet-changelog*
2012-10-21
- Added options head.
- Added options word.
- Improved options word behavior.
2012-10-20
- Improved scala snip.