comparison src/globals.h @ 603:e4c00ec07598

updated for version 7.0171
author vimboss
date Fri, 16 Dec 2005 21:53:56 +0000
parents 1ef373b13126
children 81fe2ccc1207
comparison
equal deleted inserted replaced
602:111509d2767a 603:e4c00ec07598
845 || defined(FEAT_AUTOCMD) 845 || defined(FEAT_AUTOCMD)
846 # define HAS_SWAP_EXISTS_ACTION 846 # define HAS_SWAP_EXISTS_ACTION
847 EXTERN int swap_exists_action INIT(= SEA_NONE); 847 EXTERN int swap_exists_action INIT(= SEA_NONE);
848 /* For dialog when swap file already 848 /* For dialog when swap file already
849 * exists. */ 849 * exists. */
850 EXTERN int swap_exists_did_quit INIT(= FALSE);
851 /* Selected "quit" at the dialog. */
850 #endif 852 #endif
851 853
852 EXTERN char_u *IObuff; /* sprintf's are done in this buffer, 854 EXTERN char_u *IObuff; /* sprintf's are done in this buffer,
853 size is IOSIZE */ 855 size is IOSIZE */
854 EXTERN char_u *NameBuff; /* file names are expanded in this 856 EXTERN char_u *NameBuff; /* file names are expanded in this