commit | 38a5f517a70d7b76361152d2898d7f826c5b2491 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 12:40:39 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 12:40:39 2020 +0100 |
tree | ddbd05c9e4e482ff15e5aedafc4c4f7e923d8571 | |
parent | 406cd90f1963ca60813db91c413eef4b1b78ee44 [diff] [blame] |
patch 8.2.0276: Vim9: not allowing space before ")" in function call Problem: Vim9: not allowing space before ")" in function call is too restrictive. (Ben Jackson) Solution: Skip space before the ")". Adjust other space checks.
diff --git a/src/version.c b/src/version.c index 41d021f..5095de4 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 276, +/**/ 275, /**/ 274,