summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/README.md b/src/README.md
index 87361097fe..61fbcf281b 100644
--- a/src/README.md
+++ b/src/README.md
@@ -21,8 +21,8 @@ To jump to a file, move the cursor on its name and use the `gf` command.
Most code can be found in a file with an obvious name (incomplete list):
-File name | Description
---------- | -----------
+File name | Description
+--------------- | -----------
autocmd.c | autocommands
buffer.c | manipulating buffers (loaded files)
change.c | handling changes to text
@@ -44,6 +44,8 @@ menu.c | menus
message.c | (error) messages
ops.c | handling operators ("d", "y", "p")
option.c | options
+popupmnu.c | popup menu
+popupwin.c | popup window
profiler.c | vim script profiler
quickfix.c | quickfix commands (":make", ":cn")
regexp.c | pattern matching
@@ -54,6 +56,8 @@ spell.c | spell checking
syntax.c | syntax and other highlighting
tag.c | tags
term.c | terminal handling, termcap codes
+testing.c | testing: assert and test functions
+textprop.c | text properties
undo.c | undo and redo
usercmd.c | user defined commands
userfunc.c | user defined functions