Files
neovim/src/nvim/textformat.h
zeertzjq 814c173b9d 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
2022-08-27 09:58:25 +08:00

11 lines
245 B
C

#ifndef NVIM_TEXTFORMAT_H
#define NVIM_TEXTFORMAT_H
#include "nvim/normal.h" // for oparg_T
#include "nvim/pos.h" // for linenr_T
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "textformat.h.generated.h"
#endif
#endif // NVIM_TEXTFORMAT_H