summaryrefslogtreecommitdiff
path: root/test/normal
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-03-10 00:25:19 +1100
committerMaxime Coste <mawww@kakoune.org>2018-03-10 00:25:19 +1100
commit4584ecac776492cfff1b48a5c47099eb470b5c50 (patch)
tree83cf779d3b3b3b0fc12e6d03981e15caf2fdd3b6 /test/normal
parentf801d0064ad0931831046434d4f4d5f5adb59cc6 (diff)
Move WORD text object to <a-w>
It improves consistency and it looked like there was support for that change on github. Fixes #1861
Diffstat (limited to 'test/normal')
-rw-r--r--test/normal/object/around/big-word/cmd2
-rw-r--r--test/normal/object/end-extending/big-word/cmd2
-rw-r--r--test/normal/object/end/big-word/cmd2
-rw-r--r--test/normal/object/inner/big-word/cmd2
-rw-r--r--test/normal/object/start-extending/big-word/cmd2
-rw-r--r--test/normal/object/start/big-word/cmd2
6 files changed, 6 insertions, 6 deletions
diff --git a/test/normal/object/around/big-word/cmd b/test/normal/object/around/big-word/cmd
index 2591ecc3..ddbe85ee 100644
--- a/test/normal/object/around/big-word/cmd
+++ b/test/normal/object/around/big-word/cmd
@@ -1 +1 @@
-<a-a>W
+<a-a><a-w>
diff --git a/test/normal/object/end-extending/big-word/cmd b/test/normal/object/end-extending/big-word/cmd
index 534740a4..ef14531d 100644
--- a/test/normal/object/end-extending/big-word/cmd
+++ b/test/normal/object/end-extending/big-word/cmd
@@ -1 +1 @@
-}W
+}<a-w>
diff --git a/test/normal/object/end/big-word/cmd b/test/normal/object/end/big-word/cmd
index cd1b8fb2..7a3a9427 100644
--- a/test/normal/object/end/big-word/cmd
+++ b/test/normal/object/end/big-word/cmd
@@ -1 +1 @@
-]W
+]<a-w>
diff --git a/test/normal/object/inner/big-word/cmd b/test/normal/object/inner/big-word/cmd
index 12d2f19a..1e55efb3 100644
--- a/test/normal/object/inner/big-word/cmd
+++ b/test/normal/object/inner/big-word/cmd
@@ -1 +1 @@
-<a-i>W
+<a-i><a-w>
diff --git a/test/normal/object/start-extending/big-word/cmd b/test/normal/object/start-extending/big-word/cmd
index f2ed5a2e..5078694d 100644
--- a/test/normal/object/start-extending/big-word/cmd
+++ b/test/normal/object/start-extending/big-word/cmd
@@ -1 +1 @@
-{W
+{<a-w>
diff --git a/test/normal/object/start/big-word/cmd b/test/normal/object/start/big-word/cmd
index b8c68dc9..d8192e06 100644
--- a/test/normal/object/start/big-word/cmd
+++ b/test/normal/object/start/big-word/cmd
@@ -1 +1 @@
-[W
+[<a-w>