aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-19 22:42:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-19 22:42:22 +1200
commit11e62995956dbb1f81f5dac30c64e9631eb9efac (patch)
tree14dc4debd7d37086fce806bc4c843d6fc5e3ee4a /vim/plugin
parentUse hard tabs for editing Vim :help files (diff)
downloaddotfiles-11e62995956dbb1f81f5dac30c64e9631eb9efac.tar.gz
dotfiles-11e62995956dbb1f81f5dac30c64e9631eb9efac.zip
Spin off paste_insert.vim into distribution
Diffstat (limited to 'vim/plugin')
-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 2c17f802..00000000
--- a/vim/plugin/paste_insert.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-if exists('loaded_paste_insert') || &compatible
- finish
-endif
-let loaded_paste_insert = 1
-command! -bar PasteInsert
- \ call paste_insert#()
-nnoremap <Plug>PasteInsert
- \ :<C-U>PasteInsert<CR>