commit | 23f106efeb64eadd95adee34144f64526aa5f61f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 18:52:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 18:52:22 2022 +0100 |
tree | 1459ea8eabf4985809bfc8700a92f3e6b1cf2c22 | |
parent | 17c95d9608370559441bb73941ba6d9a4b6b26bd [diff] [blame] |
patch 8.2.4830: possible endless loop if there is unused typahead Problem: Possible endless loop if there is unused typahead. Solution: Only loop when the typeahead changed.
diff --git a/src/version.c b/src/version.c index 54f350b..1c799d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4830, +/**/ 4829, /**/ 4828,