summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-24 21:42:01 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-24 21:42:01 +0100
commit45fffdf10b7cb6e59794e76e9b8a2930fcb4b192 (patch)
tree9615bfdb0787577637e8d25b4049a31de10e52cd /src/README.md
parent71658f74ae64c366b2d35b82c0a2eadb1317f028 (diff)
patch 8.2.0443: clipboard code is spread outv8.2.0443
Problem: Clipboard code is spread out. Solution: Move clipboard code to its own file. (Yegappan Lakshmanan, closes #5827)
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 4412d533ee..f28788c849 100644
--- a/src/README.md
+++ b/src/README.md
@@ -30,6 +30,7 @@ buffer.c | manipulating buffers (loaded files)
bufwrite.c | writing a buffer to file
change.c | handling changes to text
cindent.c | C and Lisp indentation
+clipboard.c | handling the clipboard
cmdexpand.c | command-line completion
cmdhist.c | command-line history
debugger.c | vim script debugger