comparison src/README.md @ 18124:2a806e3c39f6 v8.1.2057

patch 8.1.2057: the screen.c file is much too big Commit: https://github.com/vim/vim/commit/7528d1f6b5422750eb778dfb550cfd0b0e540964 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 19 23:06:20 2019 +0200 patch 8.1.2057: the screen.c file is much too big Problem: The screen.c file is much too big. Solution: Split it in three parts. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4943)
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Sep 2019 23:15:05 +0200
parents df5778d73320
children 1868ec23360e
comparison
equal deleted inserted replaced
18123:ceb4be0b23c7 18124:2a806e3c39f6
30 change.c | handling changes to text 30 change.c | handling changes to text
31 cmdexpand.c | command-line completion 31 cmdexpand.c | command-line completion
32 cmdhist.c | command-line history 32 cmdhist.c | command-line history
33 debugger.c | vim script debugger 33 debugger.c | vim script debugger
34 diff.c | diff mode (vimdiff) 34 diff.c | diff mode (vimdiff)
35 drawline.c | drawing a window line
36 drawscreen.c | drawing the windows
35 eval.c | expression evaluation 37 eval.c | expression evaluation
36 evalbuffer.c | buffer related built-in functions 38 evalbuffer.c | buffer related built-in functions
37 evalfunc.c | built-in functions 39 evalfunc.c | built-in functions
38 evalvars.c | vim variables 40 evalvars.c | vim variables
39 evalwindow.c | window related built-in functions 41 evalwindow.c | window related built-in functions