-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Recently, another plugin I use started setting <f29>
. This broke the use of pastetoggle
in vim-bracketed-paste
leaving me in paste mode after my first paste. (The most obvious symptom of this being "<F28>
" appearing as a prefix to all subsequent pastes.)
It seems to be that <f28>
and <f29>
are just being used as variables by vim-bracketed-paste
and to work around the issue above, I removed their usage with apparent success.
Before I PR this change, is there some subtly of <f28>
and <f29>
usage that I'm missing?
Metadata
Metadata
Assignees
Labels
No labels