diff options
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h index ac99e9158..6075ee2e0 100644 --- a/src/structs.h +++ b/src/structs.h @@ -84,7 +84,7 @@ typedef struct file_buffer buf_T; /* forward declaration */ # ifdef FEAT_XCLIPBOARD # include <X11/Intrinsic.h> # endif -# define guicolor_T long_u /* avoid error in prototypes and +# define guicolor_T long_u /* avoid error in prototypes and * make FEAT_TERMGUICOLORS work */ # define INVALCOLOR ((guicolor_T)0x1ffffff) #endif @@ -112,6 +112,9 @@ typedef struct xfilemark { fmark_T fmark; char_u *fname; /* file name, used when fnum == 0 */ +#ifdef FEAT_VIMINFO + time_t time_set; +#endif } xfmark_T; /* |