summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-07-29 10:10:29 +0000
committerBram Moolenaar <Bram@vim.org>2009-07-29 10:10:29 +0000
commit6bef63c65117e4294b0b3e12b25068bffbf10843 (patch)
tree8f8dac2b6544056e7bce97efc2b4b315f9c5a16e /src/structs.h
parent9f8650c969f78833f2f053d037fc495ffb2c6888 (diff)
downloadvim-6bef63c65117e4294b0b3e12b25068bffbf10843.zip
updated for version 7.2-241
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 658e098e1..137352d95 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -2288,9 +2288,11 @@ typedef struct
{
buf_T *save_curbuf; /* saved curbuf */
#ifdef FEAT_AUTOCMD
+ int use_aucmd_win; /* using aucmd_win */
win_T *save_curwin; /* saved curwin */
win_T *new_curwin; /* new curwin */
buf_T *new_curbuf; /* new curbuf */
+ char_u *globaldir; /* saved value of globaldir */
#endif
} aco_save_T;