mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 18:36:30 +00:00
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:
@@ -1,8 +1,6 @@
|
||||
#ifndef NVIM_TEXTFORMAT_H
|
||||
#define NVIM_TEXTFORMAT_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/normal.h" // for oparg_T
|
||||
#include "nvim/pos.h" // for linenr_T
|
||||
|
||||
|
Reference in New Issue
Block a user