comparison src/structs.h @ 17216:11f3cf51d43b v8.1.1608

patch 8.1.1608: the evalfunc.c file is too big commit https://github.com/vim/vim/commit/f9c85f580b3792f6b95107412972f5360d412ef0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 29 07:41:35 2019 +0200 patch 8.1.1608: the evalfunc.c file is too big Problem: The evalfunc.c file is too big. Solution: Move sign functionality to sign.c.
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jun 2019 07:45:06 +0200
parents 4b40e8821f56
children 5169811b3044
comparison
equal deleted inserted replaced
17215:57771dafd317 17216:11f3cf51d43b
2901 int w_maxwidth; // "maxwidth" for popup window 2901 int w_maxwidth; // "maxwidth" for popup window
2902 int w_wantline; // "line" for popup window 2902 int w_wantline; // "line" for popup window
2903 int w_wantcol; // "col" for popup window 2903 int w_wantcol; // "col" for popup window
2904 int w_firstline; // "firstline" for popup window 2904 int w_firstline; // "firstline" for popup window
2905 int w_want_scrollbar; // when zero don't use a scrollbar 2905 int w_want_scrollbar; // when zero don't use a scrollbar
2906 int w_has_scrollbar; // scrollbar displayed 2906 int w_has_scrollbar; // 1 if scrollbar displayed, 0 otherwise
2907 char_u *w_scrollbar_highlight; // "scrollbarhighlight" 2907 char_u *w_scrollbar_highlight; // "scrollbarhighlight"
2908 char_u *w_thumb_highlight; // "thumbhighlight" 2908 char_u *w_thumb_highlight; // "thumbhighlight"
2909 int w_popup_padding[4]; // popup padding top/right/bot/left 2909 int w_popup_padding[4]; // popup padding top/right/bot/left
2910 int w_popup_border[4]; // popup border top/right/bot/left 2910 int w_popup_border[4]; // popup border top/right/bot/left
2911 char_u *w_border_highlight[4]; // popup border highlight 2911 char_u *w_border_highlight[4]; // popup border highlight