commit | d812df63003c86880c97057cfb17e3db2059a56f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 09 12:46:09 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 09 12:46:09 2008 +0000 |
tree | 9dee4f7222edfb2916cf9fa38d8ffde19edc5a41 | |
parent | c590f62349b39ab426217bcbe05320bf6790c909 [diff] [blame] |
updated for version 7.2-031
diff --git a/src/structs.h b/src/structs.h index a485ec1..1ecdddb 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -459,7 +459,7 @@ typedef struct { int hide; /* TRUE when ":hide" was used */ -# ifdef FEAT_BROWSE +# ifdef FEAT_BROWSE_CMD int browse; /* TRUE to invoke file dialog */ # endif # ifdef FEAT_WINDOWS