aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-03 22:29:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-03 22:29:51 +1200
commit30308b46d063e4be754016dbf236dea5940a0034 (patch)
treef03749fdd654e965f56d093ce8537e35bb733364 /plugin
downloadvim-keep-position-30308b46d063e4be754016dbf236dea5940a0034.tar.gz
vim-keep-position-30308b46d063e4be754016dbf236dea5940a0034.zip
Add files as they stand
Diffstat (limited to 'plugin')
-rw-r--r--plugin/keep_position.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/keep_position.vim b/plugin/keep_position.vim
new file mode 100644
index 0000000..06a23ec
--- /dev/null
+++ b/plugin/keep_position.vim
@@ -0,0 +1,2 @@
+command! -nargs=+ -complete=command KeepPosition
+ \ call keep_position#(<q-args>)