mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
Fix some "out of memory" comments and few cosmetics
This commit is contained in:
@@ -7975,7 +7975,7 @@ static int ins_tab(void)
|
||||
|
||||
/*
|
||||
* Handle CR or NL in insert mode.
|
||||
* Return TRUE when out of memory or can't undo.
|
||||
* Return TRUE when it can't undo.
|
||||
*/
|
||||
static int ins_eol(int c)
|
||||
{
|
||||
|
Reference in New Issue
Block a user