diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-28 23:23:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-28 23:23:32 +0000 |
commit | a1ba811ac90665fa347eb58929e22681e1c99669 (patch) | |
tree | 45a7feec13df8a3b390133aaf417d6d026b62cbb /src/README.txt | |
parent | 9a50b1bf21cee8ba77306e319d88c4e2eeb024c0 (diff) | |
download | vim-git-a1ba811ac90665fa347eb58929e22681e1c99669.tar.gz |
updated for version 7.0096
Diffstat (limited to 'src/README.txt')
-rw-r--r-- | src/README.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/README.txt b/src/README.txt index 05b864fa7..2ebbda005 100644 --- a/src/README.txt +++ b/src/README.txt @@ -24,16 +24,19 @@ Most code can be found in a file with an obvious name (incomplete list): fold.c folding getchar.c getting characters and key mapping mark.c marks + mbyte.c multy-byte character handling memfile.c storing lines for buffers in a swapfile memline.c storing lines for buffers in memory menu.c menus message.c (error) messages - mbyte.c multy-byte character handling ops.c handling operators ("d", "y", "p") option.c options quickfix.c quickfix commands (":make", ":cn") + regexp.c pattern matching screen.c updating the windows search.c pattern searching + spell.c spell checking + syntax.c syntax and other highlighting tag.c tags term.c terminal handling, termcap codes undo.c undo and redo |