aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--plugin/insert_cancel.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 0ea3a94..0d91a54 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.0
+0.3.0
diff --git a/plugin/insert_cancel.vim b/plugin/insert_cancel.vim
index 33735ae..7566fee 100644
--- a/plugin/insert_cancel.vim
+++ b/plugin/insert_cancel.vim
@@ -40,4 +40,4 @@ endfunction
" Provide plugin mapping
inoremap <silent> <Plug>InsertCancel
- \ <C-C>:<C-U>call <SID>InsertCancel()<CR>
+ \ <Esc>:<C-U>call <SID>InsertCancel()<CR>