]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0743: starting cscope on Unix does not quote the arguments right v9.0.0743
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Oct 2022 15:34:30 +0000 (16:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Oct 2022 15:34:30 +0000 (16:34 +0100)
commit66b8d2a89efb6bd482e3160c7494e646e31aea27
tree8d4899ba1224794095645f93a8234d5e47bc5e22
parent3558afe9e9e904cabb8475392d859f2d2fc21041
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.
src/if_cscope.c
src/version.c