mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.4.152
Problem: Python: Cannot iterate over options. Solution: Add options iterator. (ZyX)
This commit is contained in:
@@ -2249,6 +2249,7 @@ typedef int VimClipboard; /* This is required for the prototypes. */
|
||||
#define SOPT_BUF 0x20 /* Option has buffer-local value */
|
||||
#define SOPT_UNSET 0x40 /* Option does not have local value set */
|
||||
|
||||
/* Option types for various functions in option.c */
|
||||
#define SREQ_GLOBAL 0 /* Request global option */
|
||||
#define SREQ_WIN 1 /* Request window-local option */
|
||||
#define SREQ_BUF 2 /* Request buffer-local option */
|
||||
|
Reference in New Issue
Block a user