aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 11:55:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 11:55:21 +1200
commit93c879e99f4324366057c308e548be5d262447bb (patch)
treebcd2a78f97eca1b9169fd736ec770b490f995a91
parentMerge branch 'release/v0.2.0' (diff)
parentBump VERSION (diff)
downloadvim-keep-position-93c879e99f4324366057c308e548be5d262447bb.tar.gz
vim-keep-position-93c879e99f4324366057c308e548be5d262447bb.zip
Merge branch 'release/v0.3.0'v0.3.0
* release/v0.3.0: Allow -bar after command
-rw-r--r--VERSION2
-rw-r--r--plugin/keep_position.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 0ea3a94..0d91a54 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.0
+0.3.0
diff --git a/plugin/keep_position.vim b/plugin/keep_position.vim
index 01227c3..68adb54 100644
--- a/plugin/keep_position.vim
+++ b/plugin/keep_position.vim
@@ -11,5 +11,5 @@ endif
let loaded_keep_position = 1
" User command definition refers to autoloaded function
-command! -nargs=+ -complete=command -range KeepPosition
+command! -bar -nargs=+ -complete=command -range KeepPosition
\ call keep_position#(<q-args>, <range>, <line1>, <line2>)