From afcff8be0816042d3ef4d3ee02b5851e9207769f Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 2 Nov 2011 11:51:28 +0900 Subject: workaround for indent. --- plugin/sonictemplate.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin') diff --git a/plugin/sonictemplate.vim b/plugin/sonictemplate.vim index 840b69b..89ff879 100644 --- a/plugin/sonictemplate.vim +++ b/plugin/sonictemplate.vim @@ -1,7 +1,7 @@ "============================================================================= " File: sonictemplate.vim " Author: Yasuhiro Matsumoto -" Last Change: 28-Oct-2011. +" Last Change: 02-Nov-2011. " Version: 0.02 " WebPage: http://github.com/mattn/sonictemplate-vim " Description: Easy and high speed coding method @@ -22,7 +22,7 @@ set cpo&vim command! -nargs=1 -complete=customlist,sonictemplate#complete Template call sonictemplate#apply() nnoremap t :call sonictemplate#select() -inoremap t :call sonictemplate#select() +inoremap t :call sonictemplate#select() let &cpo = s:save_cpo unlet s:save_cpo -- cgit v1.2.3-54-g00ecf