commit | 4e7590ec00483077daaa567aa2220bc8df912f3c | [log] [tgz] |
---|---|---|
author | shane.xb.qian <shane.qian@foxmail.com> | Tue Nov 08 21:40:04 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 08 21:40:04 2022 +0000 |
tree | ca8cdc2aeadc98d7cda02e1684e0e6cc8dd57937 | |
parent | 7b224fdf4a29f115567d4fc8629c1cef92d8444a [diff] [blame] |
patch 9.0.0845: shell command with just space gives strange error Problem: Shell command with just space gives strange error. Solution: Skip white space at start of the argument. (Christian Brabandt, Shane-XB-Qian, closes #11515, closes #11495)
diff --git a/src/version.c b/src/version.c index 5d4511d..097fcf6 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 845, +/**/ 844, /**/ 843,