From ed0ad11a3c0acc0030d070ee54e95af64ee06516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 9 Nov 2016 22:07:39 +0100 Subject: test/vim: test cancelation of `r` command --- vim/operators/replace/replace.keys | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim/operators/replace/replace.keys') diff --git a/vim/operators/replace/replace.keys b/vim/operators/replace/replace.keys index 8857e98..ef8b57f 100644 --- a/vim/operators/replace/replace.keys +++ b/vim/operators/replace/replace.keys @@ -3,6 +3,8 @@ t{r /* replace space with new line */ 3r= /* replace --- with === */ n /* advance to next match */ . /* repeat */ +r /* cancel, should not alter text */ n /* advance to next match */ v2e /* select something in visual mode */ +r /* cancel, should not alter text */ r= /* replace selection */ -- cgit v1.2.3