aboutsummaryrefslogtreecommitdiff
path: root/plugin
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 /plugin
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
Diffstat (limited to 'plugin')
-rw-r--r--plugin/keep_position.vim2
1 files changed, 1 insertions, 1 deletions
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>)