comparison src/README.md @ 20237:918245588b50 v8.2.0674

patch 8.2.0674: some source files are too big Commit: https://github.com/vim/vim/commit/11abd095210fc84e5dcee87b9baed86061caefe4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 1 14:26:37 2020 +0200 patch 8.2.0674: some source files are too big Problem: Some source files are too big. Solution: Move text formatting functions to a new file. (Yegappan Lakshmanan, closes #6021)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 14:30:04 +0200
parents 6ca6a372fef6
children f502455965c0
comparison
equal deleted inserted replaced
20236:366b1c4f8c49 20237:918245588b50
78 spellsuggest.c | spell correction suggestions 78 spellsuggest.c | spell correction suggestions
79 syntax.c | syntax and other highlighting 79 syntax.c | syntax and other highlighting
80 tag.c | tags 80 tag.c | tags
81 term.c | terminal handling, termcap codes 81 term.c | terminal handling, termcap codes
82 testing.c | testing: assert and test functions 82 testing.c | testing: assert and test functions
83 textformat.c | text formatting
83 textobject.c | text objects 84 textobject.c | text objects
84 textprop.c | text properties 85 textprop.c | text properties
85 time.c | time and timer functions 86 time.c | time and timer functions
86 undo.c | undo and redo 87 undo.c | undo and redo
87 usercmd.c | user defined commands 88 usercmd.c | user defined commands