diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-27 19:36:04 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-27 19:36:04 +0900 |
commit | 2fa290ec1bc73cf6d18e2bbbf27040e4390c7f52 (patch) | |
tree | 515f1252e4d6a3e76c31fba2f65077f8bc48cdca | |
parent | 7ad38406c40c0bac1000988acc73d6cd57919603 (diff) | |
download | vim-sonictemplate-2fa290ec1bc73cf6d18e2bbbf27040e4390c7f52.tar.gz vim-sonictemplate-2fa290ec1bc73cf6d18e2bbbf27040e4390c7f52.tar.bz2 vim-sonictemplate-2fa290ec1bc73cf6d18e2bbbf27040e4390c7f52.zip |
dos2unix.
-rw-r--r-- | template/goroutine.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/goroutine.go b/template/goroutine.go index da098ce..6fc6038 100644 --- a/template/goroutine.go +++ b/template/goroutine.go @@ -1,3 +1,3 @@ -go func() {
- {{_cursor_}}
-}()
+go func() { + {{_cursor_}} +}() |