commit | 4d05af0a64c2e26b13d2ad571debbf5f3b6d384e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 27 20:55:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 27 20:55:00 2020 +0100 |
tree | cca0c07ff22acf7427d2af4a58c288fbde6116cf | |
parent | aeb313f355cd67638e3c611354ce401d86f56afe [diff] [blame] |
patch 8.2.2061: Vim9: E1030 error when using empty string for term_sendkeys() Problem: Vim9: E1030 error when using empty string for term_sendkeys(). Solution: Don't check for an invalid type unless the terminal can't be found. (closes #7382)
diff --git a/src/version.c b/src/version.c index d86a51e..395aee1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2061, +/**/ 2060, /**/ 2059,