aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorJagua <jagualitol@gmail.com>2019-03-15 01:31:25 +0900
committerJagua <jagualitol@gmail.com>2019-03-15 01:31:25 +0900
commitae8e1818efe27bb946fd948fc2fe8cc3f38e0e2d (patch)
tree3d96e37be0b782bda7edb5ab86b04df7fc1c237f /template
parent6bd13f1565dcad774b758515e6854d0ce91d8b37 (diff)
downloadvim-sonictemplate-ae8e1818efe27bb946fd948fc2fe8cc3f38e0e2d.tar.gz
vim-sonictemplate-ae8e1818efe27bb946fd948fc2fe8cc3f38e0e2d.tar.bz2
vim-sonictemplate-ae8e1818efe27bb946fd948fc2fe8cc3f38e0e2d.zip
Add more escape
I believe that escape() is necessary at 3rd argument of substitute(). example: ```go "%v",&P{}.log ``` and type `<C-y><C-b>` actual: ```go log.Println("%v",{{$1}}P{}) ``` expect: ```go log.Println("%v",&P{}) ```
Diffstat (limited to 'template')
0 files changed, 0 insertions, 0 deletions