commit | 7b224fdf4a29f115567d4fc8629c1cef92d8444a | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Mon Nov 07 12:16:51 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 07 12:16:51 2022 +0000 |
tree | 5f610db7cd966ed44e3dd29dd41223f3d0176403 | |
parent | 1756f4b21837e8596241ecd668f4abbbab4bc7e5 [diff] [blame] |
patch 9.0.0844: handling 'statusline' errors is spread out Problem: Handling 'statusline' errors is spread out. Solution: Pass the option name to the lower levels so the option can be reset there when an error is encountered. (Luuk van Baal, closes #11467)
diff --git a/src/version.c b/src/version.c index a6083eb..5d4511d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 844, +/**/ 843, /**/ 842,