comparison src/README.md @ 17389:635d7f5010b8 v8.1.1693

patch 8.1.1693: syntax coloring and highlighting is in one big file commit https://github.com/vim/vim/commit/f9cc9f209ede9f15959e4c2351e970477c139614 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 14 21:29:22 2019 +0200 patch 8.1.1693: syntax coloring and highlighting is in one big file Problem: Syntax coloring and highlighting is in one big file. Solution: Move the highlighting to a separate file. (Yegappan Lakshmanan, closes #4674)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jul 2019 21:30:04 +0200
parents cb008de2a6ec
children 3e708b5c0509
comparison
equal deleted inserted replaced
17388:13104cd7dc9f 17389:635d7f5010b8
32 evalfunc.c | built-in functions 32 evalfunc.c | built-in functions
33 fileio.c | reading and writing files 33 fileio.c | reading and writing files
34 findfile.c | search for files in 'path' 34 findfile.c | search for files in 'path'
35 fold.c | folding 35 fold.c | folding
36 getchar.c | getting characters and key mapping 36 getchar.c | getting characters and key mapping
37 highlight.c | syntax highlighting
37 indent.c | C and Lisp indentation 38 indent.c | C and Lisp indentation
38 insexpand.c | Insert mode completion 39 insexpand.c | Insert mode completion
39 mark.c | marks 40 mark.c | marks
40 mbyte.c | multi-byte character handling 41 mbyte.c | multi-byte character handling
41 memfile.c | storing lines for buffers in a swapfile 42 memfile.c | storing lines for buffers in a swapfile