commit | a8f0835a6b5af5bf099dc9831bdc68edb8b69ba8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 13:54:01 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 13:54:01 2023 +0000 |
tree | 5a4422839b5ea3aa85a3e08acb5cf586ed960dcd | |
parent | 3451789f58b24d48fc97301a01a8d27bd154caf5 [diff] [blame] |
patch 9.0.1344: check for OSC escape sequence doesn't work Problem: Check for OSC escape sequence doesn't work. Solution: Fix typo in index.
diff --git a/src/version.c b/src/version.c index caa0305..9176a8b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1344, +/**/ 1343, /**/ 1342,