aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-11-19 10:46:25 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-11-19 10:47:44 +0100
commit7eefb7a5c6ee0ace52dbefaf91ec92f99b6887e7 (patch)
tree15a36c1a4b564f673e3b37d16ae9afbfc87dce56 /vim
parente9b748ff4440393565d323283180ccb99eba0722 (diff)
downloadvis-7eefb7a5c6ee0ace52dbefaf91ec92f99b6887e7.tar.gz
vis-7eefb7a5c6ee0ace52dbefaf91ec92f99b6887e7.tar.xz
test/vim: fixup some of the previously broken tests
Diffstat (limited to 'vim')
-rw-r--r--vim/golf/4e31627b74ab580001000007/1.keys (renamed from vim/golf/4e31627b74ab580001000007/1.keys.broken)9
-rw-r--r--vim/golf/50ad2cb165b8db0002000029/1.keys (renamed from vim/golf/50ad2cb165b8db0002000029/1.keys.broken)0
2 files changed, 5 insertions, 4 deletions
diff --git a/vim/golf/4e31627b74ab580001000007/1.keys.broken b/vim/golf/4e31627b74ab580001000007/1.keys
index cb8ab02..c53b4ca 100644
--- a/vim/golf/4e31627b74ab580001000007/1.keys.broken
+++ b/vim/golf/4e31627b74ab580001000007/1.keys
@@ -13,9 +13,10 @@ cwvoid<Escape>
n
.
n
-cwdouble<Escape>
+cwdouble<Escape>
gg
-/val
-idouble <Escape>
+/val<Enter>
+idouble <Escape> /* in vim <Escape> moves the cursor 1 cell back, hence 2n will not do the right thing */
+fv /* accounts for this cursor is now at the start of "val" */
2n.
-/><Enter>dd /* TODO: Gdd does not work */ \ No newline at end of file
+Gdd
diff --git a/vim/golf/50ad2cb165b8db0002000029/1.keys.broken b/vim/golf/50ad2cb165b8db0002000029/1.keys
index 2697a0b..2697a0b 100644
--- a/vim/golf/50ad2cb165b8db0002000029/1.keys.broken
+++ b/vim/golf/50ad2cb165b8db0002000029/1.keys