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:
MREADME.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 [![Cygwin Build Status](https://ci.appveyor.com/api/projects/status/61059w4jpdnb77ft/branch/master?svg=true)](https://ci.appveyor.com/project/martanne/vis/branch/master) [![Coverity Scan Build Status](https://scan.coverity.com/projects/3939/badge.svg)](https://scan.coverity.com/projects/3939) [![codecov](https://codecov.io/gh/martanne/vis/branch/master/graph/badge.svg)](https://codecov.io/gh/martanne/vis) -[![Documentation Status](https://readthedocs.org/projects/vis/badge/?version=latest)](http://vis.readthedocs.io/en/latest/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/vis/badge/?version=master)](http://vis.readthedocs.io/en/master/?badge=master) [![#vis-editor on freenode](https://img.shields.io/badge/IRC-%23vis--editor-blue.svg)](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 ---------