aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators/gen_ex_cmds.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-30 10:43:38 +0800
committerGitHub <noreply@github.com>2022-11-30 10:43:38 +0800
commitbfdddec8bab85340b4b293f1467a56f495e26c2f (patch)
treef99301f305306dcfa08db2bce4638f42449989aa /src/nvim/generators/gen_ex_cmds.lua
parentd311c5481dede47d752fa39cb00d728ba18ef5bc (diff)
parent22622df950fe90abcaaf2e6710cd6cd9451cdc34 (diff)
downloadrneovim-bfdddec8bab85340b4b293f1467a56f495e26c2f.tar.gz
rneovim-bfdddec8bab85340b4b293f1467a56f495e26c2f.tar.bz2
rneovim-bfdddec8bab85340b4b293f1467a56f495e26c2f.zip
Merge pull request #21238 from zeertzjq/vim-8.2.5080
vim-patch:8.2.{5080,5082,5102,5103,5104,5105,5108}: when indenting gets out of hand it is hard to stop
Diffstat (limited to 'src/nvim/generators/gen_ex_cmds.lua')
-rw-r--r--src/nvim/generators/gen_ex_cmds.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/generators/gen_ex_cmds.lua b/src/nvim/generators/gen_ex_cmds.lua
index ac60b9f8e9..3a022d45c8 100644
--- a/src/nvim/generators/gen_ex_cmds.lua
+++ b/src/nvim/generators/gen_ex_cmds.lua
@@ -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"