diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-03-25 11:34:38 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-03-25 11:39:26 +1100 |
| commit | ec7f3738ee08fa3c2e095d29dcb61eab37ba434f (patch) | |
| tree | 117bab642dd25604ab8cbc48930f26eba4a47299 /test/normal | |
| parent | 683ce8e83b0a4a3ae17567967f68539456a35ffc (diff) | |
Move rotate selection and rotate selection contents to ) and <a-)>
Backward rotation are supported with (.
Fixes #1210
Diffstat (limited to 'test/normal')
| -rw-r--r-- | test/normal/rotate-content/cmd | 2 | ||||
| -rw-r--r-- | test/normal/rotate/cmd | 2 | ||||
| -rw-r--r-- | test/normal/trim/cmd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/normal/rotate-content/cmd b/test/normal/rotate-content/cmd index 164896b5..1f373d4f 100644 --- a/test/normal/rotate-content/cmd +++ b/test/normal/rotate-content/cmd @@ -1 +1 @@ -<a-"> +<a-)> diff --git a/test/normal/rotate/cmd b/test/normal/rotate/cmd index a729d2a8..90f0818a 100644 --- a/test/normal/rotate/cmd +++ b/test/normal/rotate/cmd @@ -1 +1 @@ -'<a-space> +)<a-space> diff --git a/test/normal/trim/cmd b/test/normal/trim/cmd index d7c8655d..0bd796f5 100644 --- a/test/normal/trim/cmd +++ b/test/normal/trim/cmd @@ -1 +1 @@ -%<a-s>_<a-"> +%<a-s>_<a-)> |
