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 ++-- sonictemplate.vim.vimup | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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') diff --git a/sonictemplate.vim.vimup b/sonictemplate.vim.vimup index 0754366..947013a 100644 --- a/sonictemplate.vim.vimup +++ b/sonictemplate.vim.vimup @@ -42,6 +42,9 @@ install_details: | # git clone http://github.com/mattn/sonictemplate-vim.git versions: +- '0.08': | + This is an upgrade for SonicTemplate.vim: + [fixed] fixed error. - '0.07': | This is an upgrade for SonicTemplate.vim: [fixed] fixed key asign. -- cgit v1.2.3-54-g00ecf