vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 8b861a6f4aef862f636867b2c1a86967da07fad8 parent 3fc1ae98ad282f73fe8624ca8343f35fe700b307 Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 27 Oct 2015 10:23:57 +0100 Update source tree overview section in README Diffstat:
| M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -558,8 +558,8 @@ A quick overview over the code structure to get you started: `buffer.[ch]` | dynamically growing buffer used for registers and macros `ring-buffer.[ch]` | fixed size ring buffer used for the jump list `map.[ch]` | crit-bit tree based map supporting unique prefix lookups and ordered iteration. used to implement `:`-commands - `editor.[ch]` | editor window management - `vis.c` | vi(m) specific editor frontend, program entry point + `vis.[ch]` | vi(m) specific editor frontend + `main.c` | key action definitions, program entry point `config.def.h` | definition of key bindings, commands, syntax highlighting Hope this gets the interested people started.