commit | 31e5c60a682840959cae6273ccadd9aae48c928d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 15 13:53:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 15 13:53:33 2022 +0100 |
tree | a72168baa32f1899937f3937a41b0832eac66b8f | |
parent | 5dc294a7b63ed0e508dd360bc4d98173f1a1aeec [diff] [blame] |
patch 8.2.4753: error from setting an option is silently ignored Problem: Error from setting an option is silently ignored. Solution: Handle option value errors better. Fix uses of N_().
diff --git a/src/version.c b/src/version.c index c622f77..97683b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4753, +/**/ 4752, /**/ 4751,