mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
feat(ui): add 'winbar'
Adds support for a bar at the top of each window, enabled through the `'winbar'` option. Co-authored-by: Björn Linse <bjorn.linse@gmail.com>
This commit is contained in:
@@ -618,6 +618,7 @@ EXTERN int p_stmp; // 'shelltemp'
|
||||
EXTERN int p_ssl; // 'shellslash'
|
||||
#endif
|
||||
EXTERN char_u *p_stl; // 'statusline'
|
||||
EXTERN char *p_wbr; // 'winbar'
|
||||
EXTERN int p_sr; // 'shiftround'
|
||||
EXTERN char_u *p_shm; // 'shortmess'
|
||||
EXTERN char_u *p_sbr; // 'showbreak'
|
||||
@@ -897,6 +898,7 @@ enum {
|
||||
WV_FCS,
|
||||
WV_LCS,
|
||||
WV_WINBL,
|
||||
WV_WBR,
|
||||
WV_COUNT, // must be the last one
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user