- Improved escape placeholder behavior.

This commit is contained in:
Shougo Matsushita
2013-04-02 17:51:12 +09:00
parent 08d5f030fd
commit 9e38cd7b9c
4 changed files with 21 additions and 8 deletions

View File

@@ -115,7 +115,6 @@ options word
snippet main
options head
if __FILE__ == $ 0
if __FILE__ == \$0
${1:TARGET}
end
# the space is necessary unfortunately..