- Fixed for comment string.

This commit is contained in:
Shougo Matsushita
2012-11-05 12:01:14 +09:00
parent 59f7c05fb2
commit 177940ae3a
2 changed files with 13 additions and 11 deletions

View File

@@ -622,6 +622,11 @@ languages' indent files can not work very well (e.g.: PHP, Python).
}
<
Note: "#{string}" is comment string. But it must be in head.
>
# It is comment string
# It is not comment string!
<
==============================================================================
UNITE SOURCES *neosnippet-unite-sources*
@@ -683,6 +688,9 @@ A: Please try below settings. It defines snipMate function.
==============================================================================
CHANGELOG *neosnippet-changelog*
2012-11-05
- Fixed for comment string.
2012-11-04
- Improved completion behavior.