From f66b3fcf6ce2801e3f378827e0ed19596901a9ba Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 20 Feb 2012 22:18:30 +0100 Subject: updated for version 7.3.446 Problem: Win32: External commands with special characters don't work. Solution: Add the 'shellxescape' option. --- src/option.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h index 21c275342..9dd938723 100644 --- a/src/option.h +++ b/src/option.h @@ -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' */ -- cgit v1.2.1