1
0
forked from aniani/vim

patch 8.2.0443: clipboard code is spread out

Problem:    Clipboard code is spread out.
Solution:   Move clipboard code to its own file. (Yegappan Lakshmanan,
            closes #5827)
This commit is contained in:
Bram Moolenaar
2020-03-24 21:42:01 +01:00
parent 71658f74ae
commit 45fffdf10b
17 changed files with 2297 additions and 2267 deletions

View File

@@ -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