mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
do_map() won't return 4 (OOM) anymore
This commit is contained in:
@@ -2584,7 +2584,7 @@ int input_available(void)
|
|||||||
* Return 0 for success
|
* Return 0 for success
|
||||||
* 1 for invalid arguments
|
* 1 for invalid arguments
|
||||||
* 2 for no match
|
* 2 for no match
|
||||||
* 4 for out of mem
|
* 4 for out of mem (deprecated, WON'T HAPPEN)
|
||||||
* 5 for entry not unique
|
* 5 for entry not unique
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user