aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-26 19:45:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-26 19:45:05 +1200
commite330a6befc506f6cdd33148fbf01b802ea7ffefd (patch)
treef286cb766acdb3ffe51849a7bbd8a7e49a0def45
parentMerge branch 'hotfix/v0.1.1' (diff)
parentBump VERSION (diff)
downloadvim-digraph-search-e330a6befc506f6cdd33148fbf01b802ea7ffefd.tar.gz
vim-digraph-search-e330a6befc506f6cdd33148fbf01b802ea7ffefd.zip
Merge branch 'hotfix/v0.1.2'v0.1.2
* hotfix/v0.1.2: Bump VERSION Correct map attributes
-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>