now multiple snippet with the same supported.

This commit is contained in:
Zhang Chiyuan 2008-03-06 12:58:01 +00:00
parent 60dbaced97
commit 43a6cd532c
2 changed files with 6 additions and 0 deletions

3
snippets/c++-mode/inc Normal file
View File

@ -0,0 +1,3 @@
#name : #include "..."
# --
#include "$1"

3
snippets/c++-mode/inc.1 Normal file
View File

@ -0,0 +1,3 @@
#name : #include <...>
# --
#include <$1>