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?
Recently, another plugin I use started setting
<f29>. This broke the use ofpastetoggleinvim-bracketed-pasteleaving 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 byvim-bracketed-pasteand 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?