comparison src/proto/option.pro @ 16843:283037126560 v8.1.1423

patch 8.1.1423: popup windows use options from current window and buffer commit https://github.com/vim/vim/commit/cacc6a5c986fbc716bf53b6916f076dd7b388142 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 30 15:22:43 2019 +0200 patch 8.1.1423: popup windows use options from current window and buffer Problem: Popup windows use options from current window and buffer. Solution: Clear all local options when creating a popup window.
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 May 2019 15:30:05 +0200
parents 306766ed0f70
children d4b2a212fa2f
comparison
equal deleted inserted replaced
16842:a3555dcb63cd 16843:283037126560
1 /* option.c */ 1 /* option.c */
2 void set_init_1(int clean_arg); 2 void set_init_1(int clean_arg);
3 void set_string_default(char *name, char_u *val); 3 void set_string_default(char *name, char_u *val);
4 void set_number_default(char *name, long val); 4 void set_number_default(char *name, long val);
5 void set_local_options_default(win_T *wp);
5 void free_all_options(void); 6 void free_all_options(void);
6 void set_init_2(void); 7 void set_init_2(void);
7 void set_init_3(void); 8 void set_init_3(void);
8 void set_helplang_default(char_u *lang); 9 void set_helplang_default(char_u *lang);
9 void init_gui_options(void); 10 void init_gui_options(void);