0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.2123: parsing CSI sequence is messy

Problem:    Parsing CSI sequence is messy.
Solution:   Generalize parsing a CSI sequence.
This commit is contained in:
Bram Moolenaar
2019-10-08 20:15:39 +02:00
parent fbbd102be0
commit c3e555b22f
2 changed files with 158 additions and 143 deletions

View File

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