aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 387a8dc..b751063 100644
--- a/vis.h
+++ b/vis.h
@@ -449,4 +449,7 @@ Win *vis_window(Vis*);
bool vis_theme_load(Vis*, const char *name);
+/* Get value of autoindent */
+bool vis_get_autoindent(const Vis*);
+
#endif