aboutsummaryrefslogtreecommitdiff
path: root/src/misc1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc1.h')
-rw-r--r--src/misc1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/misc1.h b/src/misc1.h
index a68b9d3b6f..a46b305fae 100644
--- a/src/misc1.h
+++ b/src/misc1.h
@@ -1,6 +1,8 @@
#ifndef NEOVIM_MISC1_H
#define NEOVIM_MISC1_H
-/* misc1.c */
+
+#include "vim.h"
+
int open_line(int dir, int flags, int second_line_indent);
int get_leader_len(char_u *line, char_u **flags, int backward,
int include_space);