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.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/vim/plugin/paste_insert.vim b/vim/plugin/paste_insert.vim
deleted file mode 100644
index 9cd5415e..00000000
--- a/vim/plugin/paste_insert.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-if exists('loaded_paste_insert')
- finish
-endif
-let loaded_paste_insert = 1
-command! -bar PasteInsert
- \ call paste_insert#()
-nnoremap <Plug>PasteInsert
- \ :<C-U>PasteInsert<CR>