mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
Add new files to clint and fix reported errors
This commit is contained in:
@@ -89,7 +89,7 @@ void window_set_option(Window window, String name, String value, Error *err);
|
||||
Position window_get_pos(Window window, Error *err);
|
||||
|
||||
/// Gets the window tab page
|
||||
///
|
||||
///
|
||||
/// @param window The window handle
|
||||
/// @param[out] err Details of an error that may have occurred
|
||||
/// @return The tab page that contains the window
|
||||
@@ -101,5 +101,5 @@ Tabpage window_get_tabpage(Window window, Error *err);
|
||||
/// @return true if the window is valid, false otherwise
|
||||
bool window_is_valid(Window window);
|
||||
|
||||
#endif // NEOVIM_API_WINDOW_H
|
||||
#endif // NEOVIM_API_WINDOW_H
|
||||
|
||||
|
Reference in New Issue
Block a user