commit | 46f3080e5cd4cd1bae23e72a429a8195eb1ded7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 12:10:52 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 12:10:52 2022 +0000 |
tree | cfe9dcd9a2796ea0c34ffb0372fd03692254dc8d | |
parent | fc88df42f1ae64bcc4d6cbc0fbd3445f8c59afdf [diff] [blame] |
patch 8.2.4299: SafeState autocommand interferes with debugging Problem: SafeState autocommand interferes with debugging. Solution: Do not trigger SafeState while debugging. (closes #9697)
diff --git a/src/version.c b/src/version.c index 7df9eaa..92b9221 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4299, +/**/ 4298, /**/ 4297,