Closed akkartik closed 9 years ago
+1 to dropping the check. My $TERM is st-256color, which is not in the list. I'm sure there are more supported terminals that are missing as well.
My personal opinion is if you are using a terminal that doesn't support bracketed paste, you shouldn't be using vim-bracketed-paste. Yes, this might break if you ship your vim configs between machines where a subset doesn't support bracketed paste, but that doesn't seem like the common case.
From the original author:
Since we don't understand yet if this is a problem, I recommend dropping the check and seeing if it comes back to bite us. Should be safe since vim has undo.
(My machine has
term
set to 'linux, and I'm reluctant to keep adding clauses to that check.)