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