mirror of
https://github.com/zoriya/vim.git
synced 2026-06-03 04:03:06 +00:00
updated for version 7.3.446
Problem: Win32: External commands with special characters don't work. Solution: Add the 'shellxescape' option.
This commit is contained in:
@@ -712,6 +712,7 @@ EXTERN char_u *p_sp; /* 'shellpipe' */
|
||||
#endif
|
||||
EXTERN char_u *p_shq; /* 'shellquote' */
|
||||
EXTERN char_u *p_sxq; /* 'shellxquote' */
|
||||
EXTERN char_u *p_sxe; /* 'shellxescape' */
|
||||
EXTERN char_u *p_srr; /* 'shellredir' */
|
||||
#ifdef AMIGA
|
||||
EXTERN long p_st; /* 'shelltype' */
|
||||
|
||||
Reference in New Issue
Block a user