commit | 8e6cbb72324b6fb25d1a9abd6cc4d102d0e5f14e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 14:38:12 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 14:38:12 2020 +0200 |
tree | 87b0a9abcf093b92119d1c9eda35f9c9a5d480f2 | |
parent | e49b8e8d7589e85e75aedefab7ce97da47adbf74 [diff] [blame] |
patch 8.2.1106: crash when trying to use s: variable in typed command Problem: Crash when trying to use s: variable in typed command. Solution: Don't use the script index when not set. (Ken Takata, closes #6366)
diff --git a/src/version.c b/src/version.c index a3dd0fb..8f08cc5 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1106, +/**/ 1105, /**/ 1104,