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.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/paste_insert.vim b/vim/plugin/paste_insert.vim
index 9cd5415e..2c17f802 100644
--- a/vim/plugin/paste_insert.vim
+++ b/vim/plugin/paste_insert.vim
@@ -1,4 +1,4 @@
-if exists('loaded_paste_insert')
+if exists('loaded_paste_insert') || &compatible
finish
endif
let loaded_paste_insert = 1