-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(mini.align) Implement silencing of non-error feedback.
- Loading branch information
1 parent
99d49d7
commit 9a2d1f9
Showing
7 changed files
with
155 additions
and
0 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
27 changes: 27 additions & 0 deletions
27
...sts-test_align.lua---Align---respects-`vim.{g,b}.minialign_silence`---test-+-args-{-'b'-}
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--|---------|---------| | ||
01|a_b | ||
02|aa_b | ||
03|~ | ||
04|~ | ||
05|~ | ||
06|~ | ||
07|~ | ||
08|~ | ||
09|~ | ||
10|~ | ||
11|<ame] [+] 2,1 All | ||
12|-- VISUAL2 | ||
|
||
--|---------|---------| | ||
01|00011111111111111111 | ||
02|10001111111111111111 | ||
03|22222222222222222222 | ||
04|22222222222222222222 | ||
05|22222222222222222222 | ||
06|22222222222222222222 | ||
07|22222222222222222222 | ||
08|22222222222222222222 | ||
09|22222222222222222222 | ||
10|22222222222222222222 | ||
11|33333333333333333333 | ||
12|44444444455555555555 |
27 changes: 27 additions & 0 deletions
27
...sts-test_align.lua---Align---respects-`vim.{g,b}.minialign_silence`---test-+-args-{-'g'-}
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--|---------|---------| | ||
01|a_b | ||
02|aa_b | ||
03|~ | ||
04|~ | ||
05|~ | ||
06|~ | ||
07|~ | ||
08|~ | ||
09|~ | ||
10|~ | ||
11|<ame] [+] 2,1 All | ||
12|-- VISUAL2 | ||
|
||
--|---------|---------| | ||
01|00011111111111111111 | ||
02|10001111111111111111 | ||
03|22222222222222222222 | ||
04|22222222222222222222 | ||
05|22222222222222222222 | ||
06|22222222222222222222 | ||
07|22222222222222222222 | ||
08|22222222222222222222 | ||
09|22222222222222222222 | ||
10|22222222222222222222 | ||
11|33333333333333333333 | ||
12|44444444455555555555 |
27 changes: 27 additions & 0 deletions
27
...n.lua---Align-with-preview---respects-`vim.{g,b}.minialign_silence`---test-+-args-{-'b'-}
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--|---------|---------| | ||
01|a_b_c | ||
02|aaa_bbb_ccc | ||
03|~ | ||
04|~ | ||
05|~ | ||
06|~ | ||
07|<ame] [+] 2,1 All | ||
08| | ||
09| | ||
10| | ||
11| | ||
12|-- VISUAL2 | ||
|
||
--|---------|---------| | ||
01|00000111111111111111 | ||
02|10000000000111111111 | ||
03|22222222222222222222 | ||
04|22222222222222222222 | ||
05|22222222222222222222 | ||
06|22222222222222222222 | ||
07|33333333333333333333 | ||
08|44444444444444444444 | ||
09|44444444444444444444 | ||
10|44444444444444444444 | ||
11|44444444444444444444 | ||
12|55555555544444444444 |
27 changes: 27 additions & 0 deletions
27
...n.lua---Align-with-preview---respects-`vim.{g,b}.minialign_silence`---test-+-args-{-'g'-}
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--|---------|---------| | ||
01|a_b_c | ||
02|aaa_bbb_ccc | ||
03|~ | ||
04|~ | ||
05|~ | ||
06|~ | ||
07|<ame] [+] 2,1 All | ||
08| | ||
09| | ||
10| | ||
11| | ||
12|-- VISUAL2 | ||
|
||
--|---------|---------| | ||
01|00000111111111111111 | ||
02|10000000000111111111 | ||
03|22222222222222222222 | ||
04|22222222222222222222 | ||
05|22222222222222222222 | ||
06|22222222222222222222 | ||
07|33333333333333333333 | ||
08|44444444444444444444 | ||
09|44444444444444444444 | ||
10|44444444444444444444 | ||
11|44444444444444444444 | ||
12|55555555544444444444 |
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