mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
fix(docs): add win_config.c
This commit is contained in:
parent
38ef66f4c1
commit
dd7812ec66
@ -91,6 +91,7 @@ CONFIG = {
|
|||||||
'vim.c',
|
'vim.c',
|
||||||
'buffer.c',
|
'buffer.c',
|
||||||
'window.c',
|
'window.c',
|
||||||
|
'win_config.c',
|
||||||
'tabpage.c',
|
'tabpage.c',
|
||||||
'ui.c',
|
'ui.c',
|
||||||
],
|
],
|
||||||
|
@ -1358,7 +1358,7 @@ void nvim_set_current_tabpage(Tabpage tabpage, Error *err)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Creates a new \*namespace\*, or gets an existing one.
|
/// Creates a new \*namespace\* or gets an existing one.
|
||||||
///
|
///
|
||||||
/// Namespaces are used for buffer highlights and virtual text, see
|
/// Namespaces are used for buffer highlights and virtual text, see
|
||||||
/// |nvim_buf_add_highlight()| and |nvim_buf_set_extmark()|.
|
/// |nvim_buf_add_highlight()| and |nvim_buf_set_extmark()|.
|
||||||
|
Loading…
Reference in New Issue
Block a user