aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorRichard Burke <rich.g.burke@gmail.com>2016-05-08 14:05:25 +0100
committerRichard Burke <rich.g.burke@gmail.com>2016-05-08 14:06:13 +0100
commitcd89f1c9898ae02033faab34d72f2e14981088ec (patch)
treeeab55a7cb24659167dab682eae75fb5dbedb591a /vis.h
parentc15076cd44fa89b3ee9f4411ea43b8cdf14f45f8 (diff)
downloadvis-cd89f1c9898ae02033faab34d72f2e14981088ec.tar.gz
vis-cd89f1c9898ae02033faab34d72f2e14981088ec.tar.xz
Fix autoindent when using O
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