Add new files to clint and fix reported errors

This commit is contained in:
Thiago de Arruda
2014-05-11 09:27:05 -03:00
parent 60043da29f
commit 9d18533ca3
12 changed files with 67 additions and 64 deletions

View File

@@ -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