commit | 66b8d2a89efb6bd482e3160c7494e646e31aea27 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 16:34:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 16:34:30 2022 +0100 |
tree | 8d4899ba1224794095645f93a8234d5e47bc5e22 | |
parent | 3558afe9e9e904cabb8475392d859f2d2fc21041 [diff] [blame] |
patch 9.0.0743: starting cscope on Unix does not quote the arguments right Problem: Starting cscope on Unix does not quote the arguments correctly. (Gary Johnson) Solution: Move the final quote after the arguments.
diff --git a/src/version.c b/src/version.c index 467f8e0..de1c5ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 743, +/**/ 742, /**/ 741,