mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
spelling fixes #827
This commit is contained in:

committed by
Justin M. Keyes

parent
168575f3f7
commit
5b3b3fd3ed
@@ -1001,7 +1001,7 @@ retry:
|
||||
* We allocate as much space for the file as we can get, plus
|
||||
* space for the old line plus room for one terminating NUL.
|
||||
* The amount is limited by the fact that read() only can read
|
||||
* upto max_unsigned characters (and other things).
|
||||
* up to max_unsigned characters (and other things).
|
||||
*/
|
||||
{
|
||||
if (!skip_read) {
|
||||
|
Reference in New Issue
Block a user