diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-29 21:04:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-29 21:04:15 +0200 |
commit | ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5 (patch) | |
tree | fea5d30140297aa6888bf6d68a4c00b62f425622 /Filelist | |
parent | 939b5db4808770d3a2ec35e3902a9d5165adc0cf (diff) | |
download | vim-git-ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5.tar.gz |
patch 8.2.0660: the search.c file is a bit bigv8.2.0660
Problem: The search.c file is a bit big.
Solution: Split off the text object code to a separate file. (Yegappan
Lakshmanan, closes #6007)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -128,6 +128,7 @@ SRC_ALL = \ src/term.h \ src/termlib.c \ src/testing.c \ + src/textobject.c \ src/textprop.c \ src/time.c \ src/ui.c \ @@ -279,6 +280,7 @@ SRC_ALL = \ src/proto/terminal.pro \ src/proto/termlib.pro \ src/proto/testing.pro \ + src/proto/textobject.pro \ src/proto/textprop.pro \ src/proto/time.pro \ src/proto/ui.pro \ |