mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
vim-patch:8.1.2094: the fileio.c file is too big
Problem: The fileio.c file is too big.
Solution: Move buf_write() to bufwrite.c. (Yegappan Lakshmanan,
closes vim/vim#4990)
c079f0fed1
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
{ include: [ '"autocmd.h.generated.h"', private, '"nvim/autocmd.h"', public ] },
|
||||
{ include: [ '"buffer.h.generated.h"', private, '"nvim/buffer.h"', public ] },
|
||||
{ include: [ '"buffer_updates.h.generated.h"', private, '"nvim/buffer_updates.h"', public ] },
|
||||
{ include: [ '"bufwrite.h.generated.h"', private, '"nvim/bufwrite.h"', public ] },
|
||||
{ include: [ '"change.h.generated.h"', private, '"nvim/change.h"', public ] },
|
||||
{ include: [ '"channel.h.generated.h"', private, '"nvim/channel.h"', public ] },
|
||||
{ include: [ '"charset.h.generated.h"', private, '"nvim/charset.h"', public ] },
|
||||
|
Reference in New Issue
Block a user