comparison src/proto/option.pro @ 18603:f249b44039e0 v8.1.2295

patch 8.1.2295: if buffer of popup is in another window cursorline sign shows Commit: https://github.com/vim/vim/commit/4eb7dae255abc271cf313d4c75839577f1424183 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 12 22:33:45 2019 +0100 patch 8.1.2295: if buffer of popup is in another window cursorline sign shows Problem: If buffer of popup is in another window cursorline sign shows. Solution: Check the group of the sign.
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Nov 2019 22:45:05 +0100
parents 8b0114ffde2b
children fd95d4dbeb37
comparison
equal deleted inserted replaced
18602:9d6fa65148d2 18603:f249b44039e0
79 long get_sidescrolloff_value(void); 79 long get_sidescrolloff_value(void);
80 void find_mps_values(int *initc, int *findc, int *backwards, int switchit); 80 void find_mps_values(int *initc, int *findc, int *backwards, int switchit);
81 int briopt_check(win_T *wp); 81 int briopt_check(win_T *wp);
82 unsigned int get_bkc_value(buf_T *buf); 82 unsigned int get_bkc_value(buf_T *buf);
83 char_u *get_showbreak_value(win_T *win); 83 char_u *get_showbreak_value(win_T *win);
84 int signcolumn_on(win_T *wp);
85 dict_T *get_winbuf_options(int bufopt); 84 dict_T *get_winbuf_options(int bufopt);
86 int fill_culopt_flags(char_u *val, win_T *wp); 85 int fill_culopt_flags(char_u *val, win_T *wp);
87 /* vim: set ft=c : */ 86 /* vim: set ft=c : */