vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 8e81ae9ad2f34e5fb0511146d9d7a18cca9ac370 parent 09a98f7643ba0427e5e8ad4ef75168fde76d17f2 Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 7 May 2017 10:07:06 +0200 Link to C API documentation of master branch This is still work in progress. Diffstat:
| M | README.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -5,7 +5,7 @@ Vis a vim-like text editor [](https://ci.appveyor.com/project/martanne/vis/branch/master) [](https://scan.coverity.com/projects/3939) [](https://codecov.io/gh/martanne/vis) -[](http://vis.readthedocs.io/en/latest/?badge=latest) +[](http://vis.readthedocs.io/en/master/?badge=master) [](irc://irc.freenode.net/vis-editor) Vis aims to be a modern, legacy free, simple yet efficient editor @@ -80,8 +80,8 @@ Learn about some differences compared to [`vim(1)`](https://github.com/martanne/vis/wiki/Differences-from-Vi(m)), respectively. -[Lua API Documentation](http://martanne.github.io/vis/doc/) is also -available. +[C API](https://vis.readthedocs.io/) as well as [Lua API](http://martanne.github.io/vis/doc/) +documentation is also available. Non Goals ---------