From cd89f1c9898ae02033faab34d72f2e14981088ec Mon Sep 17 00:00:00 2001 From: Richard Burke Date: Sun, 8 May 2016 14:05:25 +0100 Subject: Fix autoindent when using O --- vis.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vis.h') 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 -- cgit v1.2.3