comparison src/README.md @ 17536:e00d12c085a5 v8.1.1766

patch 8.1.1766: code for writing session file is spread out commit https://github.com/vim/vim/commit/845380791196aec7f991987ebf7b22de3779d106 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 28 14:15:42 2019 +0200 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 https://github.com/vim/vim/issues/4728)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jul 2019 14:30:07 +0200
parents 3e708b5c0509
children 97a750e8707f
comparison
equal deleted inserted replaced
17535:3015901aaaa6 17536:e00d12c085a5
50 profiler.c | vim script profiler 50 profiler.c | vim script profiler
51 quickfix.c | quickfix commands (":make", ":cn") 51 quickfix.c | quickfix commands (":make", ":cn")
52 regexp.c | pattern matching 52 regexp.c | pattern matching
53 screen.c | updating the windows 53 screen.c | updating the windows
54 search.c | pattern searching 54 search.c | pattern searching
55 session.c | sessions and views
55 sign.c | signs 56 sign.c | signs
56 spell.c | spell checking 57 spell.c | spell checking
57 syntax.c | syntax and other highlighting 58 syntax.c | syntax and other highlighting
58 tag.c | tags 59 tag.c | tags
59 term.c | terminal handling, termcap codes 60 term.c | terminal handling, termcap codes