-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into neovim-test-ci
- Loading branch information
Showing
71 changed files
with
598 additions
and
341 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
data/fixtures/recorded/languages/markdown/clearComment.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,17 @@ | ||
int a; // the comment | ||
--- | ||
|
||
[Content] = | ||
[Domain] = 0:7-0:21 | ||
>--------------< | ||
0| int a; // the comment | ||
|
||
[Removal] = 0:6-0:21 | ||
>---------------< | ||
0| int a; // the comment | ||
|
||
[Leading delimiter] = 0:6-0:7 | ||
>-< | ||
0| int a; // the comment | ||
|
||
[Insertion delimiter] = "\n" |
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,19 @@ | ||
void func() { | ||
if (true) { } | ||
} | ||
--- | ||
|
||
[Content] = | ||
[Domain] = 1:4-1:17 | ||
>-------------< | ||
1| if (true) { } | ||
|
||
[Removal] = 1:0-1:17 | ||
>-----------------< | ||
1| if (true) { } | ||
|
||
[Leading delimiter] = 1:0-1:4 | ||
>----< | ||
1| if (true) { } | ||
|
||
[Insertion delimiter] = "\n" |
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,17 @@ | ||
char* a = "hello world"; | ||
--- | ||
|
||
[Content] = | ||
[Domain] = 0:10-0:23 | ||
>-------------< | ||
0| char* a = "hello world"; | ||
|
||
[Removal] = 0:9-0:23 | ||
>--------------< | ||
0| char* a = "hello world"; | ||
|
||
[Leading delimiter] = 0:9-0:10 | ||
>-< | ||
0| char* a = "hello world"; | ||
|
||
[Insertion delimiter] = " " |
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,10 @@ | ||
;; foo | ||
--- | ||
|
||
[Content] = | ||
[Removal] = | ||
[Domain] = 0:0-0:6 | ||
>------< | ||
0| ;; foo | ||
|
||
[Insertion delimiter] = "\n" |
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,19 @@ | ||
void funk() { | ||
if constexpr (true) {} | ||
} | ||
--- | ||
|
||
[Content] = | ||
[Domain] = 1:4-1:26 | ||
>----------------------< | ||
1| if constexpr (true) {} | ||
|
||
[Removal] = 1:0-1:26 | ||
>--------------------------< | ||
1| if constexpr (true) {} | ||
|
||
[Leading delimiter] = 1:0-1:4 | ||
>----< | ||
1| if constexpr (true) {} | ||
|
||
[Insertion delimiter] = "\n" |
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,10 @@ | ||
public class BankAccount {} | ||
--- | ||
|
||
[Content] = | ||
[Removal] = | ||
[Domain] = 0:0-0:27 | ||
>---------------------------< | ||
0| public class BankAccount {} | ||
|
||
[Insertion delimiter] = "\n\n" |
Oops, something went wrong.