commit | 9bcb9ca9c7dd1632385dc3351b5e019739368658 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Thu May 26 15:23:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 26 15:23:26 2022 +0100 |
tree | dd0820db2970ea6a5264e17493937a75ca062a8e | |
parent | 30b9a41ad9963b8c57afea1f33a4e180fc23a892 [diff] [blame] |
patch 8.2.5022: 'completefunc'/'omnifunc' error does not end completion Problem: 'completefunc'/'omnifunc' error does not end completion. Solution: Check if there was an error or exception. (closes #10486, closes #4218)
diff --git a/src/version.c b/src/version.c index 058202d..9751865 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5022, +/**/ 5021, /**/ 5020,