vis

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

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

README.md

(252B)


      1 Unit tests for the low level routines used by vis
      2 -------------------------------------------------
      3 
      4 The testing infrastruce makes use of the tap module from the
      5 [C Code Archive](http://ccodearchive.net).
      6 
      7 To run the tests, execute `make`.
      8 
      9     $ make