mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0c01
This commit is contained in:
@@ -1013,6 +1013,13 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname);
|
||||
#define WSP_BELOW 32 /* put new window below/right */
|
||||
#define WSP_ABOVE 64 /* put new window above/left */
|
||||
|
||||
/*
|
||||
* arguments for gui_set_shellsize()
|
||||
*/
|
||||
#define RESIZE_VERT 1 /* resize vertically */
|
||||
#define RESIZE_HOR 2 /* resize horizontally */
|
||||
#define RESIZE_BOTH 15 /* resize in both directions */
|
||||
|
||||
/*
|
||||
* "flags" values for option-setting functions.
|
||||
* When OPT_GLOBAL and OPT_LOCAL are both missing, set both local and global
|
||||
|
Reference in New Issue
Block a user