From a0b33b333ee46b87d62ab1a8d8d515e83fbbe635 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 12 Jan 2017 22:20:44 +0100 Subject: vim-patch:8.0.0121 Problem: Setting 'cursorline' changes the curswant column. (Daniel Hahler) Solution: Add the P_RWINONLY flag. (closes vim/vim#1297) https://github.com/vim/vim/commit/a2477fd3490c1166522631eee53c57d34321086a --- scripts/genoptions.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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', -- cgit