From f50548ed3215bde68cc4ea305528becd0bc12e85 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 8 Nov 2011 19:05:01 +0900 Subject: oops. fixed error. --- 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 0e06670..fcc4190 100644 --- a/plugin/sonictemplate.vim +++ b/plugin/sonictemplate.vim @@ -2,7 +2,7 @@ " File: sonictemplate.vim " Author: Yasuhiro Matsumoto " Last Change: 08-Nov-2011. -" Version: 0.07 +" Version: 0.08 " WebPage: http://github.com/mattn/sonictemplate-vim " Description: Easy and high speed coding method " Usage: @@ -20,7 +20,7 @@ let g:loaded_sonictemplate_vim = 1 let s:save_cpo = &cpo set cpo&vim -command! -nargs=1 -complete=customlist,sonictemplate#complete Template call sonictemplate#apply() +command! -nargs=1 -complete=customlist,sonictemplate#complete Template call sonictemplate#apply(, 'n') nnoremap (sonictemplate) :call sonictemplate#select('n') inoremap (sonictemplate) :call sonictemplate#select('i') -- cgit v1.2.3-54-g00ecf