mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 10:48:18 +00:00
tabline: Add %[] atom to the tabline, for random commands on click
Currently untested and undocumented.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "nvim/window.h"
|
||||
#include "nvim/pos.h" // for linenr_T
|
||||
#include "nvim/ex_cmds_defs.h" // for exarg_T
|
||||
#include "nvim/screen.h" // for StlClickRecord
|
||||
|
||||
// Values for buflist_getfile()
|
||||
enum getf_values {
|
||||
|
Reference in New Issue
Block a user