comparison src/README.md @ 18199:e2be5a6485f5 v8.1.2094

patch 8.1.2094: the fileio.c file is too big Commit: https://github.com/vim/vim/commit/473952e85286eb9c6098801f1819981ba61ad153 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 28 16:30:04 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 Sep 2019 16:45:04 +0200
parents 1ec6539cef68
children fe5afdc03bd2
comparison
equal deleted inserted replaced
18198:3ebea66ebaff 18199:e2be5a6485f5
25 --------------- | ----------- 25 --------------- | -----------
26 arglist.c | handling argument list 26 arglist.c | handling argument list
27 autocmd.c | autocommands 27 autocmd.c | autocommands
28 blob.c | blob data type 28 blob.c | blob data type
29 buffer.c | manipulating buffers (loaded files) 29 buffer.c | manipulating buffers (loaded files)
30 bufwrite.c | writing a buffer to file
30 change.c | handling changes to text 31 change.c | handling changes to text
31 cmdexpand.c | command-line completion 32 cmdexpand.c | command-line completion
32 cmdhist.c | command-line history 33 cmdhist.c | command-line history
33 debugger.c | vim script debugger 34 debugger.c | vim script debugger
34 diff.c | diff mode (vimdiff) 35 diff.c | diff mode (vimdiff)