diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-28 14:15:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-28 14:15:42 +0200 |
commit | 845380791196aec7f991987ebf7b22de3779d106 (patch) | |
tree | adac6010bd9c3bae786a35d1e4109fc01e13e643 /src/README.md | |
parent | f91aac5e3e3b8b1633d84eac2687ebbd76d8133b (diff) | |
download | vim-git-845380791196aec7f991987ebf7b22de3779d106.tar.gz |
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.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md index 40255ab2b..f8eb9c4c7 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 |