-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(surround)!: make
find
, find_left
, highlight
not dot-repeatable
Resolve #1248
- Loading branch information
1 parent
df1559e
commit 82f5d8f
Showing
11 changed files
with
86 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...eenshots/tests-test_surround.lua---Highlight-surrounding---works-in-extended-mappings-003
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
-|---------|----- | ||
1|(aa) (bb) (cc) | ||
1|(aa) (bb) (cx) | ||
2|~ | ||
3|~ | ||
4|<e] [+] 1,2 All | ||
4|<e] [+] 1,13 | ||
5| | ||
|
||
-|---------|----- | ||
1|000001001000000 | ||
2|222222222222222 | ||
3|222222222222222 | ||
4|333333333333333 | ||
5|444444444444444 | ||
1|000000000000000 | ||
2|111111111111111 | ||
3|111111111111111 | ||
4|222222222222222 | ||
5|333333333333333 |
13 changes: 0 additions & 13 deletions
13
...s/screenshots/tests-test_surround.lua---Highlight-surrounding---works-with-dot-repeat-004
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...s/screenshots/tests-test_surround.lua---Highlight-surrounding---works-with-dot-repeat-006
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...t-surrounding---works-with-dot-repeat-005 → ...urrounding---works-without-dot-repeat-004
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
-|---------|-- | ||
1|(aaa) (bbb) | ||
1|(axa) (bbb) | ||
2|~ | ||
3|~ | ||
4|< [+] 1,3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters