forked from aniani/vim
patch 9.0.0040: use of set_chars_option() is confusing
Problem: Use of set_chars_option() is confusing.
Solution: Add "apply" argument to store the result or not. Merge similar
code.
This commit is contained in:
@@ -55,5 +55,5 @@ void comp_col(void);
|
||||
int number_width(win_T *wp);
|
||||
int screen_screencol(void);
|
||||
int screen_screenrow(void);
|
||||
char *set_chars_option(win_T *wp, char_u **varp);
|
||||
char *set_chars_option(win_T *wp, char_u **varp, int apply);
|
||||
/* vim: set ft=c : */
|
||||
|
||||
Reference in New Issue
Block a user