aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/paste_insert.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/paste_insert.vim')
-rw-r--r--vim/plugin/paste_insert.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/plugin/paste_insert.vim b/vim/plugin/paste_insert.vim
new file mode 100644
index 00000000..be578746
--- /dev/null
+++ b/vim/plugin/paste_insert.vim
@@ -0,0 +1,6 @@
+if exists('loaded_paste_insert')
+ finish
+endif
+let loaded_paste_insert = 1
+command! -bar PasteInsert
+ \ call paste_insert#()