diff options
| author | Richard Burke <rich.g.burke@gmail.com> | 2016-05-08 14:05:25 +0100 |
|---|---|---|
| committer | Richard Burke <rich.g.burke@gmail.com> | 2016-05-08 14:06:13 +0100 |
| commit | cd89f1c9898ae02033faab34d72f2e14981088ec (patch) | |
| tree | eab55a7cb24659167dab682eae75fb5dbedb591a /vis.c | |
| parent | c15076cd44fa89b3ee9f4411ea43b8cdf14f45f8 (diff) | |
| download | vis-cd89f1c9898ae02033faab34d72f2e14981088ec.tar.gz vis-cd89f1c9898ae02033faab34d72f2e14981088ec.tar.xz | |
Fix autoindent when using O
Diffstat (limited to 'vis.c')
| -rw-r--r-- | vis.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
