From d920bb915373f556943f08c63760894efc222b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 21 Apr 2016 10:59:03 +0200 Subject: Move vim/prompt test to vis/prompt This does not seem to work with vim -u NONE. --- vim/prompt/history.in | 3 --- vim/prompt/history.keys | 6 ------ 2 files changed, 9 deletions(-) delete mode 100644 vim/prompt/history.in delete mode 100644 vim/prompt/history.keys (limited to 'vim') diff --git a/vim/prompt/history.in b/vim/prompt/history.in deleted file mode 100644 index a92d664..0000000 --- a/vim/prompt/history.in +++ /dev/null @@ -1,3 +0,0 @@ -line 1 -line 2 -line 3 diff --git a/vim/prompt/history.keys b/vim/prompt/history.keys deleted file mode 100644 index 15bc331..0000000 --- a/vim/prompt/history.keys +++ /dev/null @@ -1,6 +0,0 @@ -:+-s/line/word/ /* replace something on first line */ -:2l /* select second line */ -: /* repeat replacement */ -:e /* simulate a typo on the command line */ -:3l /* select third line */ -: /* repeat replacement */ -- cgit v1.2.3