aboutsummaryrefslogtreecommitdiff
path: root/autoload/paste_insert.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/paste_insert.vim')
-rw-r--r--autoload/paste_insert.vim6
1 files changed, 4 insertions, 2 deletions
diff --git a/autoload/paste_insert.vim b/autoload/paste_insert.vim
index 92fdc54..d8585c6 100644
--- a/autoload/paste_insert.vim
+++ b/autoload/paste_insert.vim
@@ -1,9 +1,11 @@
" Autoloaded entry point function
function! paste_insert#() abort
- " Set up an event table
+ " Set up an event table; note that we intentionally don't clear the group.
+ " We did that in plugin/paste_insert.vim, so that the user could add their
+ " own hooks if need be.
+ "
augroup paste_insert
- autocmd!
" Set up the paste and tell the user
autocmd User Start