summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-28 14:15:42 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-28 14:15:42 +0200
commit845380791196aec7f991987ebf7b22de3779d106 (patch)
treeadac6010bd9c3bae786a35d1e4109fc01e13e643 /src/README.md
parentf91aac5e3e3b8b1633d84eac2687ebbd76d8133b (diff)
patch 8.1.1766: code for writing session file is spread outv8.1.1766
Problem: Code for writing session file is spread out. Solution: Put it in one file. (Yegappan Lakshmanan, closes #4728)
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md
index 40255ab2b6..f8eb9c4c72 100644
--- a/src/README.md
+++ b/src/README.md
@@ -52,6 +52,7 @@ quickfix.c | quickfix commands (":make", ":cn")
regexp.c | pattern matching
screen.c | updating the windows
search.c | pattern searching
+session.c | sessions and views
sign.c | signs
spell.c | spell checking
syntax.c | syntax and other highlighting