commit | 8b336a6614463fb9ce72db24d00c5aef4f22697e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 27 15:51:46 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 27 15:51:46 2022 +0000 |
tree | 3ecfe4559ee26ead26011f0d5fd456372205f6d7 | |
parent | 19cf525c20f9915ffcddda35c27608528f6af047 [diff] [blame] |
patch 9.0.0959: error when using the "File Settings / Text Width" menu Problem: Error when using the "File Settings / Text Width" menu. Solution: Use str2nr(). (closes #11624)
diff --git a/src/version.c b/src/version.c index 115c599..cd6f0b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 959, +/**/ 958, /**/ 957,