comparison src/README.txt @ 15814:99ebf78686a9 v8.1.0914

patch 8.1.0914: code related to findfile() is spread out commit https://github.com/vim/vim/commit/5fd0f5052f9a312bb4cfe7b4176b1211d45127ee Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 13 23:13:28 2019 +0100 patch 8.1.0914: code related to findfile() is spread out Problem: Code related to findfile() is spread out. Solution: Put findfile() related code into a new source file. (Yegappan Lakshmanan, closes #3934)
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Feb 2019 23:15:05 +0100
parents 746b95fd25ad
children
comparison
equal deleted inserted replaced
15813:ad21b64216aa 15814:99ebf78686a9
20 autocmd.c autocommands 20 autocmd.c autocommands
21 buffer.c manipulating buffers (loaded files) 21 buffer.c manipulating buffers (loaded files)
22 diff.c diff mode (vimdiff) 22 diff.c diff mode (vimdiff)
23 eval.c expression evaluation 23 eval.c expression evaluation
24 fileio.c reading and writing files 24 fileio.c reading and writing files
25 findfile.c search for files in 'path'
25 fold.c folding 26 fold.c folding
26 getchar.c getting characters and key mapping 27 getchar.c getting characters and key mapping
28 indent.c C and Lisp indentation
27 mark.c marks 29 mark.c marks
28 mbyte.c multi-byte character handling 30 mbyte.c multi-byte character handling
29 memfile.c storing lines for buffers in a swapfile 31 memfile.c storing lines for buffers in a swapfile
30 memline.c storing lines for buffers in memory 32 memline.c storing lines for buffers in memory
31 menu.c menus 33 menu.c menus