From c62e3e2a864475a9a1f83c38c738def56b20849d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 19 Apr 2016 15:14:14 +0200 Subject: Workaround bug in +- address implementation --- vim/prompt/history.keys | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') diff --git a/vim/prompt/history.keys b/vim/prompt/history.keys index da0b6ac..15bc331 100644 --- a/vim/prompt/history.keys +++ b/vim/prompt/history.keys @@ -1,6 +1,6 @@ :+-s/line/word/ /* replace something on first line */ -:2 /* select second line */ +:2l /* select second line */ : /* repeat replacement */ :e /* simulate a typo on the command line */ -:3 /* select third line */ +:3l /* select third line */ : /* repeat replacement */ -- cgit v1.2.3