mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.1126: bracketed paste can be enabled when it is not recognized
Problem: Bracketed paste can be enabled when pasted text is not recognized. Solution: Output t_BE only when t_PS and t_PE are set.
This commit is contained in:
@@ -454,7 +454,7 @@ normal_cmd_get_more_chars(
|
||||
MAY_WANT_TO_LOG_THIS;
|
||||
|
||||
// Re-enable bracketed paste mode and modifyOtherKeys
|
||||
out_str(T_BE);
|
||||
out_str_t_BE();
|
||||
out_str_t_TI();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user