0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.0939: checking for term escape sequences is long and confusing

Problem:    checking for term escape sequences is long and confusing
Solution:   Refactor code into separate functions.
This commit is contained in:
Bram Moolenaar 2020-06-09 21:26:36 +02:00
parent 59de417b90
commit 218cb0fb62
2 changed files with 660 additions and 550 deletions

1208
src/term.c

File diff suppressed because it is too large Load Diff

View File

@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
939,
/**/
938,
/**/