mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
updated for version 7.0e01
This commit is contained in:
@@ -3612,7 +3612,7 @@ get_cmd_args(char *prog, char *cmdline, char ***argvp, char **tofree)
|
||||
{
|
||||
/* Backslashes are only special when followed by a double
|
||||
* quote. */
|
||||
i = strspn(p, "\\");
|
||||
i = (int)strspn(p, "\\");
|
||||
if (p[i] == '"')
|
||||
{
|
||||
/* Halve the number of backslashes. */
|
||||
|
Reference in New Issue
Block a user