1
0
forked from aniani/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 #4990)
This commit is contained in:
Bram Moolenaar
2019-09-28 16:30:04 +02:00
parent 9be0e0b9d3
commit 473952e852
15 changed files with 2849 additions and 2799 deletions

View File

@@ -27,6 +27,7 @@ arglist.c | handling argument list
autocmd.c | autocommands
blob.c | blob data type
buffer.c | manipulating buffers (loaded files)
bufwrite.c | writing a buffer to file
change.c | handling changes to text
cmdexpand.c | command-line completion
cmdhist.c | command-line history