diff src/structs.h @ 2511:2f5b709a6470 vim73

Fixed: on MS-Windows completion of shell commands didn't work.
author Bram Moolenaar <bram@vim.org>
date Sat, 07 Aug 2010 17:07:21 +0200
parents b5ee68272ae5
children 6c05b5e5c1be
line wrap: on
line diff
--- a/src/structs.h
+++ b/src/structs.h
@@ -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 */