summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index 11ff2a526..2ca581fe2 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1664,6 +1664,8 @@ typedef int VimClipboard; /* This is required for the prototypes. */
# define BROWSE_FILTER_DEFAULT \
(char_u *)"All Files (*)\t*\nC source (*.c, *.h)\t*.c;*.h\nC++ source (*.cpp, *.hpp)\t*.cpp;*.hpp\nVim files (*.vim, _vimrc, _gvimrc)\t*.vim;_vimrc;_gvimrc\n"
# endif
+# define BROWSE_SAVE 1 /* flag for do_browse() */
+# define BROWSE_DIR 2 /* flag for do_browse() */
#endif
/* stop using fastcall for Borland */