mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00
Enable -Wconversion for API files and fix errors
This commit is contained in:
@@ -30,8 +30,9 @@ Object vim_eval(String str, Error *err);
|
||||
/// one cell.
|
||||
///
|
||||
/// @param str Some text
|
||||
/// @param[out] err Details of an error that may have occurred
|
||||
/// @return The number of cells
|
||||
Integer vim_strwidth(String str);
|
||||
Integer vim_strwidth(String str, Error *err);
|
||||
|
||||
/// Returns a list of paths contained in 'runtimepath'
|
||||
///
|
||||
|
Reference in New Issue
Block a user