aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/sonictemplate.vim4
-rw-r--r--sonictemplate.vim.vimup3
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 <mattn.jp@gmail.com>
" 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(<f-args>)
+command! -nargs=1 -complete=customlist,sonictemplate#complete Template call sonictemplate#apply(<f-args>, 'n')
nnoremap <plug>(sonictemplate) :call sonictemplate#select('n')<cr>
inoremap <plug>(sonictemplate) <space><bs><c-o>:call sonictemplate#select('i')<cr>
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.