mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
replaced vim_free()
calls with free()
calls
This commit is contained in:

committed by
Justin M. Keyes

parent
c5cac800e7
commit
f9d4c78ddc
@@ -277,7 +277,7 @@ int set_indent(int size, int flags)
|
||||
}
|
||||
retval = true;
|
||||
} else {
|
||||
vim_free(newline);
|
||||
free(newline);
|
||||
}
|
||||
curwin->w_cursor.col = ind_len;
|
||||
return retval;
|
||||
|
Reference in New Issue
Block a user