summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ca28eca723..db81a3f3cf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -123,6 +123,8 @@ main
#endif
params.window_count = -1;
+ autocmd_init();
+
#ifdef FEAT_RUBY
{
int ruby_stack_start;