view src/proto/optionstr.pro @ 18519:66bcf00b61df

Added tag v8.1.2253 for changeset 59c56c97049d2ec07b2dfb3853395fc3dce5348c
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Nov 2019 21:30:04 +0100
parents df5778d73320
children 05b240971884
line wrap: on
line source

/* optionstr.c */
void didset_string_options(void);
void trigger_optionsset_string(int opt_idx, int opt_flags, char_u *oldval, char_u *oldval_l, char_u *oldval_g, char_u *newval);
char *did_set_string_option(int opt_idx, char_u **varp, int new_value_alloced, char_u *oldval, char *errbuf, int opt_flags, int *value_checked);
void check_buf_options(buf_T *buf);
void free_string_option(char_u *p);
void clear_string_option(char_u **pp);
void check_string_option(char_u **pp);
void set_string_option_direct(char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid);
void set_string_option_direct_in_win(win_T *wp, char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid);
void set_string_option_direct_in_buf(buf_T *buf, char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid);
char *set_string_option(int opt_idx, char_u *value, int opt_flags);
int check_ff_value(char_u *p);
/* vim: set ft=c : */