aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--plugin/digraph_search.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 17e51c3..d917d3e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.1
+0.1.2
diff --git a/plugin/digraph_search.vim b/plugin/digraph_search.vim
index 24a5f37..1d58d42 100644
--- a/plugin/digraph_search.vim
+++ b/plugin/digraph_search.vim
@@ -14,6 +14,6 @@ endif
let g:loaded_digraph_search = 1
" Set up mapping
-inoremap <buffer>
+inoremap <silent> <unique>
\ <Plug>(DigraphSearch)
\ <C-O>:call digraph_search#Search()<CR>