use only ASCII character in snippet

This commit is contained in:
Zhang Chiyuan
2008-03-06 10:31:10 +00:00
parent 1073189b7b
commit c9dd0b38ef
14 changed files with 18 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
#name : for (<EFBFBD><EFBFBD>; <20><>; <20><>) { <EFBFBD><EFBFBD> }
#name : for (...; ...; ...) { ... }
# --
for (${1:int i = 0}; ${2:i < N}; ${3:++i})
{