comparison src/ex_cmds2.c @ 1668:0b796e045c42 v7.2b.000

updated for version 7.2b-000
author vimboss
date Sun, 13 Jul 2008 17:41:49 +0000
parents 18ee39301b82
children 501b107b335a
comparison
equal deleted inserted replaced
1667:131dbd3d2a4b 1668:0b796e045c42
9 9
10 /* 10 /*
11 * ex_cmds2.c: some more functions for command line commands 11 * ex_cmds2.c: some more functions for command line commands
12 */ 12 */
13 13
14 #if defined(WIN32) && defined(FEAT_CSCOPE) 14 #if defined(MSDOS) || defined(WIN16) || defined(WIN32) || defined(_WIN64)
15 # include "vimio.h" /* for mch_open(), must be before vim.h */ 15 # include "vimio.h" /* for mch_open(), must be before vim.h */
16 #endif 16 #endif
17 17
18 #include "vim.h" 18 #include "vim.h"
19 #include "version.h" 19 #include "version.h"