commit | 8ada17c4d9d783b370d081c2a947ea1350cc8338 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 19 22:16:24 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 19 22:16:24 2006 +0000 |
tree | 47f3570cfefb2433a4dda01a32fb11316cf9f5bc | |
parent | 05a7bb363b6ae132b7f2550be1a588e481a5dfa3 [diff] [blame] |
updated for version 7.0182
diff --git a/src/structs.h b/src/structs.h index 5420b4e..b71f592 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -401,6 +401,10 @@ int xp_scriptID; /* SID for completion function */ #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 */ +#endif int xp_numfiles; /* number of files found by file name completion */ char_u **xp_files; /* list of files */