From 2ee232f1bda46b7c566f621d943edf952641c65b Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 13 Jun 2014 17:06:44 +0900 Subject: --- plugin/sonictemplate.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin') diff --git a/plugin/sonictemplate.vim b/plugin/sonictemplate.vim index 8848b16..717bde2 100644 --- a/plugin/sonictemplate.vim +++ b/plugin/sonictemplate.vim @@ -27,6 +27,8 @@ if get(g:, 'sonictemplate_key', '') == '' inoremap (sonictemplate) =sonictemplate#select('i') nmap t (sonictemplate) imap t (sonictemplate) + nmap (sonictemplate) + imap (sonictemplate) else exe "nnoremap" g:sonictemplate_key ":call sonictemplate#select('n')" exe "inoremap" g:sonictemplate_key "=sonictemplate#select('i')" -- cgit v1.2.3-54-g00ecf