vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit ef84ab81faad97f09474322ea42bb75b1ab9ba97
parent 1e86f7c678ef821dff5fceaa0863f5404bc8b3ea
Author: Silvan Jegen <s.jegen@gmail.com>
Date:   Sun, 22 May 2016 15:21:29 +0200

Add a newline at the end of the file

This is encouraged by the ISO C99 standard.

Diffstat:
Mvis.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vis.c b/vis.c @@ -1416,4 +1416,4 @@ Win *vis_window(Vis *vis) { bool vis_get_autoindent(const Vis *vis) { return vis->autoindent; -} -\ No newline at end of file +}