0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.1-256

This commit is contained in:
Bram Moolenaar
2008-02-20 11:24:52 +00:00
parent 5360af919e
commit 4d0ec16687
5 changed files with 252 additions and 227 deletions

View File

@@ -721,6 +721,11 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname);
/* Note: mostly EW_NOTFOUND and EW_SILENT are mutually exclusive: EW_NOTFOUND
* is used when executing commands and EW_SILENT for interactive expanding. */
/* Flags for find_file_*() functions. */
#define FINDFILE_FILE 0 /* only files */
#define FINDFILE_DIR 1 /* only directories */
#define FINDFILE_BOTH 2 /* files and directories */
#ifdef FEAT_VERTSPLIT
# define W_WINCOL(wp) (wp->w_wincol)
# define W_WIDTH(wp) (wp->w_width)