commit | 0c34d562647f029faca40f7733ccfb7b5377672b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 18 14:07:20 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 18 14:07:20 2022 +0000 |
tree | e9487c56c78625dc5047d67607caea7e3f6189d0 | |
parent | 81ba26e9de24ca6b1c05b6ec03e53b21793f1a4b [diff] [blame] |
patch 9.0.0901: setting w_leftcol and handling side effects is confusing Problem: Setting w_leftcol and handling side effects is confusing. Solution: Use a function to set w_leftcol() and handle side effects.
diff --git a/src/version.c b/src/version.c index fdcd5ba..fc4df48 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 901, +/**/ 900, /**/ 899,