forked from aniani/vim
patch 9.0.1369: still some "else if" constructs for setting options
Problem: Still some "else if" constructs for setting options.
Solution: Add a few more functions for handling options. (Yegappan
Lakshmanan, closes #12090)
This commit is contained in:
committed by
Bram Moolenaar
parent
4ed914b18a
commit
c6ff21e876
@@ -20,6 +20,7 @@ char *did_set_browsedir(optset_T *args);
|
||||
char *did_set_bufhidden(optset_T *args);
|
||||
char *did_set_buftype(optset_T *args);
|
||||
char *did_set_casemap(optset_T *args);
|
||||
char *did_set_chars_option(optset_T *args);
|
||||
char *did_set_cinoptions(optset_T *args);
|
||||
char *did_set_colorcolumn(optset_T *args);
|
||||
char *did_set_comments(optset_T *args);
|
||||
|
||||
@@ -55,6 +55,7 @@ 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, int apply);
|
||||
char *set_fillchars_option(win_T *wp, char_u *val, int apply);
|
||||
char *set_listchars_option(win_T *wp, char_u *val, int apply);
|
||||
char *check_chars_options(void);
|
||||
/* vim: set ft=c : */
|
||||
|
||||
Reference in New Issue
Block a user