diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-01-14 12:29:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-14 12:29:46 +0100 |
commit | 58ba3bcbefcad43c7fb163cd54d9a4f6b98a7100 (patch) | |
tree | 91adebd27a2b5bcbec2a0fdde62a31d872f9f602 /scripts/genoptions.lua | |
parent | 947f1ebcb93ea0f836f3e81ab9365d8539dcf5e5 (diff) | |
parent | 980bf1e548582bdcd86e6aefe2a0323cbce60f19 (diff) | |
download | rneovim-58ba3bcbefcad43c7fb163cd54d9a4f6b98a7100.tar.gz rneovim-58ba3bcbefcad43c7fb163cd54d9a4f6b98a7100.tar.bz2 rneovim-58ba3bcbefcad43c7fb163cd54d9a4f6b98a7100.zip |
Merge #5936 from blueyed/vim-8.0.0121
vim-patch:8.0.0121
Diffstat (limited to 'scripts/genoptions.lua')
-rw-r--r-- | scripts/genoptions.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genoptions.lua b/scripts/genoptions.lua index 9f7d94969d..9d7f235a3b 100644 --- a/scripts/genoptions.lua +++ b/scripts/genoptions.lua @@ -31,6 +31,7 @@ local type_flags={ local redraw_flags={ statuslines='P_RSTAT', current_window='P_RWIN', + current_window_only='P_RWINONLY', current_buffer='P_RBUF', all_windows='P_RALL', everything='P_RCLR', |