vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 55b7f72e5d3a5cb23d0921d9d2053073f53f4d1e parent 2e725efe15466e3c21fea6580e4ca63385096ea6 Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 7 May 2017 00:05:54 +0200 doc: specify complete file names This might fix index generation on vis.rtfd.io. Diffstat:
| M | doc/index.rst | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/index.rst b/doc/index.rst @@ -4,8 +4,8 @@ Vis Editor API Documenation .. toctree:: :maxdepth: 2 - vis - text - buffer - array - map + vis.rst + text.rst + buffer.rst + array.rst + map.rst