aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-21 10:59:03 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-21 10:59:03 +0200
commitd920bb915373f556943f08c63760894efc222b73 (patch)
tree8cfa8b63012bb774dfc6e3a80914f9a9e595cf5a /vim
parent0dee858c65650bcf23acab846f4ea9e8c84ff6e9 (diff)
downloadvis-d920bb915373f556943f08c63760894efc222b73.tar.gz
vis-d920bb915373f556943f08c63760894efc222b73.tar.xz
Move vim/prompt test to vis/prompt
This does not seem to work with vim -u NONE.
Diffstat (limited to 'vim')
-rw-r--r--vim/prompt/history.in3
-rw-r--r--vim/prompt/history.keys6
2 files changed, 0 insertions, 9 deletions
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/<Enter> /* replace something on first line */
-:2<Enter>l /* select second line */
-:<Up><Up><Enter> /* repeat replacement */
-:e<Backspace><Backspace> /* simulate a typo on the command line */
-:3<Enter>l /* select third line */
-:<Up><Up><Enter> /* repeat replacement */