summaryrefslogtreecommitdiff
path: root/test/normal
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-06-03 14:10:07 +1000
committerMaxime Coste <mawww@kakoune.org>2018-07-05 07:54:28 +1000
commit183f32803b6495a716e85d643f19dbacde4ed053 (patch)
tree4d9ba186bdf10e337aecfe8b6ff7ee3a965ceebe /test/normal
parent087a940fbe61286caf78b1630a74b1e25bbf28ec (diff)
Fix selection save/restore from registers post selection list syntax change
Diffstat (limited to 'test/normal')
-rw-r--r--test/normal/restore-selections/cmd1
-rw-r--r--test/normal/restore-selections/in1
-rw-r--r--test/normal/restore-selections/selections1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/normal/restore-selections/cmd b/test/normal/restore-selections/cmd
new file mode 100644
index 00000000..7c426e79
--- /dev/null
+++ b/test/normal/restore-selections/cmd
@@ -0,0 +1 @@
+Z<space>z
diff --git a/test/normal/restore-selections/in b/test/normal/restore-selections/in
new file mode 100644
index 00000000..478a6fee
--- /dev/null
+++ b/test/normal/restore-selections/in
@@ -0,0 +1 @@
+%(foo) %(bar) %(baz)
diff --git a/test/normal/restore-selections/selections b/test/normal/restore-selections/selections
new file mode 100644
index 00000000..45d79f3b
--- /dev/null
+++ b/test/normal/restore-selections/selections
@@ -0,0 +1 @@
+'foo' 'bar' 'baz'