diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | plugin/digraph_search.vim | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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> |