diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-08-27 09:58:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-27 09:58:25 +0800 |
commit | 814c173b9d5182ca221b7c3c370cb453ce3526ed (patch) | |
tree | fb13a622a20d40b1a5ccc260ca1cc5e44bbabc6a /src/nvim/textformat.h | |
parent | 58b29e344c639e47fd916129d2195883537357b6 (diff) | |
download | rneovim-814c173b9d5182ca221b7c3c370cb453ce3526ed.tar.gz rneovim-814c173b9d5182ca221b7c3c370cb453ce3526ed.tar.bz2 rneovim-814c173b9d5182ca221b7c3c370cb453ce3526ed.zip |
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)
https://github.com/vim/vim/commit/ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5
Diffstat (limited to 'src/nvim/textformat.h')
-rw-r--r-- | src/nvim/textformat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/textformat.h b/src/nvim/textformat.h index 9d8327e6eb..3c918a028b 100644 --- a/src/nvim/textformat.h +++ b/src/nvim/textformat.h @@ -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 |