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