comparison src/README.md @ 19920:5e41b2e63c73 v8.2.0516

patch 8.2.0516: client-server code is spread out Commit: https://github.com/vim/vim/commit/f87a0400fd81862c33d6ad2291a56e178db7dddd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 5 20:21:03 2020 +0200 patch 8.2.0516: client-server code is spread out Problem: Client-server code is spread out. Solution: Move client-server code to a new file. (Yegappan Lakshmanan, closes #5885)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Apr 2020 20:30:35 +0200
parents 00a1b89256ea
children 6ca6a372fef6
comparison
equal deleted inserted replaced
19919:b4b102849236 19920:5e41b2e63c73
28 blob.c | blob data type 28 blob.c | blob data type
29 buffer.c | manipulating buffers (loaded files) 29 buffer.c | manipulating buffers (loaded files)
30 bufwrite.c | writing a buffer to file 30 bufwrite.c | writing a buffer to file
31 change.c | handling changes to text 31 change.c | handling changes to text
32 cindent.c | C and Lisp indentation 32 cindent.c | C and Lisp indentation
33 clientserver.c | client server functionality
33 clipboard.c | handling the clipboard 34 clipboard.c | handling the clipboard
34 cmdexpand.c | command-line completion 35 cmdexpand.c | command-line completion
35 cmdhist.c | command-line history 36 cmdhist.c | command-line history
36 debugger.c | vim script debugger 37 debugger.c | vim script debugger
37 diff.c | diff mode (vimdiff) 38 diff.c | diff mode (vimdiff)