vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
1.ref
(79B)
1 #include <stdio.h>
2
3 int main(void)
4 {
5 puts("Hello world!");
6 return 0;
7 }