diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-11 09:27:05 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-13 14:11:31 -0300 |
commit | 9d18533ca350565b7a67f4f416fa09d5110ceac1 (patch) | |
tree | c4b6239011d042ed57474b960ca59ed5e47dc214 /src/api/window.h | |
parent | 60043da29fed70a9d4aa503ae6c73fd6f4e14a40 (diff) | |
download | rneovim-9d18533ca350565b7a67f4f416fa09d5110ceac1.tar.gz rneovim-9d18533ca350565b7a67f4f416fa09d5110ceac1.tar.bz2 rneovim-9d18533ca350565b7a67f4f416fa09d5110ceac1.zip |
Add new files to clint and fix reported errors
Diffstat (limited to 'src/api/window.h')
-rw-r--r-- | src/api/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/window.h b/src/api/window.h index c502b23951..1874cfae82 100644 --- a/src/api/window.h +++ b/src/api/window.h @@ -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 |