From 845380791196aec7f991987ebf7b22de3779d106 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 28 Jul 2019 14:15:42 +0200 Subject: patch 8.1.1766: code for writing session file is spread out Problem: Code for writing session file is spread out. Solution: Put it in one file. (Yegappan Lakshmanan, closes #4728) --- src/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'src/README.md') 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 -- cgit v1.2.3