0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

Fixed: on MS-Windows completion of shell commands didn't work.

This commit is contained in:
Bram Moolenaar
2010-08-07 17:07:21 +02:00
parent b92159d59e
commit c0cba4d9b1
3 changed files with 4 additions and 8 deletions

View File

@@ -457,8 +457,8 @@ typedef struct expand
#endif
int xp_backslash; /* one of the XP_BS_ values */
#ifndef BACKSLASH_IN_FILENAME
int xp_shell; /* for a shell command more characters
need to be escaped */
int xp_shell; /* TRUE for a shell command, more
characters need to be escaped */
#endif
int xp_numfiles; /* number of files found by
file name completion */