refactor: move ex_retab() to indent.c

This commit is contained in:
zeertzjq
2022-11-30 10:12:09 +08:00
parent 3f743c39d3
commit e0c7b8955d
3 changed files with 190 additions and 186 deletions

View File

@@ -66,6 +66,7 @@ defsfile:write(string.format([[
#include "nvim/ex_session.h"
#include "nvim/hardcopy.h"
#include "nvim/help.h"
#include "nvim/indent.h"
#include "nvim/locale.h"
#include "nvim/lua/executor.h"
#include "nvim/mapping.h"