vim-patch:8.2.0660: the search.c file is a bit big (#19963)

Problem:    The search.c file is a bit big.
Solution:   Split off the text object code to a separate file. (Yegappan
            Lakshmanan, closes vim/vim#6007)
ed8ce057b7
This commit is contained in:
zeertzjq
2022-08-27 09:58:25 +08:00
committed by GitHub
parent 58b29e344c
commit 814c173b9d
8 changed files with 1761 additions and 1805 deletions

View File

@@ -66,6 +66,7 @@
#include "nvim/syntax.h"
#include "nvim/tag.h"
#include "nvim/textformat.h"
#include "nvim/textobject.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/vim.h"