aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/vis.c b/vis.c
index 811b39d..9787338 100644
--- a/vis.c
+++ b/vis.c
@@ -1363,3 +1363,7 @@ View *vis_view(Vis *vis) {
Win *vis_window(Vis *vis) {
return vis->win;
}
+
+bool vis_get_autoindent(const Vis *vis) {
+ return vis->autoindent;
+} \ No newline at end of file