aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-26 19:42:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-26 19:42:22 +1200
commitd127bd42c5259f6fa8ce6dda9ebba05c117d4df3 (patch)
tree89f730efa5cd052e2c88b61bebc850a76d8d675a
parentMerge branch 'hotfix/v0.1.1' (diff)
downloadvim-digraph-search-d127bd42c5259f6fa8ce6dda9ebba05c117d4df3.tar.gz
vim-digraph-search-d127bd42c5259f6fa8ce6dda9ebba05c117d4df3.zip
Correct map attributes
-rw-r--r--plugin/digraph_search.vim2
1 files changed, 1 insertions, 1 deletions
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>