vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 312cbfa49a1808e88528129e5b086708e883302a parent f1b4c2ea9a25dbe024d7d38b34c248404d5e841e Author: Jeremy Bobbin <jer@jer.cx> Date: Mon, 27 Mar 2023 17:30:51 -0700 test/vis: assert cursor at eof behaves as expected test for: https://github.com/martanne/vis/issues/1084 Diffstat:
| A | vis/selections/end-of-file.in | | | 9 | +++++++++ |
| A | vis/selections/end-of-file.keys | | | 6 | ++++++ |
| A | vis/selections/end-of-file.ref | | | 12 | ++++++++++++ |
3 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/vis/selections/end-of-file.in b/vis/selections/end-of-file.in @@ -0,0 +1,9 @@ +01 + +12 + +23 + +34 + +4 diff --git a/vis/selections/end-of-file.keys b/vis/selections/end-of-file.keys @@ -0,0 +1,6 @@ +Gll +<C-k> +i5 +<Enter> +<Escape> +<Escape> diff --git a/vis/selections/end-of-file.ref b/vis/selections/end-of-file.ref @@ -0,0 +1,12 @@ +01 + +12 + +23 + +34 + +45 + +5 +