-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for colorscheme of neovim v0.10
This updates most test fixtures to the new colorscheme of neovim v0.10.0. This breaks the tests for neovim 0.9.x.
- Loading branch information
Showing
14 changed files
with
38 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[0;37;48;5;242mß[0m should be ß[0m | ||
[0mß[0m should be ß[0m |
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 +1 @@ | ||
[0;38;5;224m\ss[0m should be ß[0m | ||
[0;96m\ss[0m should be ß[0m |
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 +1 @@ | ||
[0;95m\ss[0;91m should be ß[0;91m | ||
[0m\ss[0;91m should be ß[0;91m |
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,10 +1,10 @@ | ||
[0;38;5;121mdiff --git a/nvimpager b/nvimpager | ||
[0;38;5;81mindex d7d4e2f..99fb715 100755 | ||
[0;38;5;121m--- a/nvimpager | ||
[0;38;5;121m+++ b/nvimpager | ||
[0;93m@@ -104,4 +104,4 @@[0;38;5;81m then | ||
[0mdiff --git a/nvimpager b/nvimpager | ||
[0mindex d7d4e2f..99fb715 100755 | ||
[0m--- a/nvimpager | ||
[0m+++ b/nvimpager | ||
[0;1m@@ -104,4 +104,4 @@[0m then | ||
[0m default_args+=(--headless) | ||
fi | ||
nvim "${default_args[@]}" "${files[@]}" "$@" </dev/tty | ||
[0;38;5;224m-# no modeline | ||
[0;1;96m+# vim: filetype=anythingbutdiff foobar=error[0m | ||
[0;91m-# no modeline | ||
[0;92m+# vim: filetype=anythingbutdiff foobar=error[0m |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
[0;93mcommit[0m [0;1;96m3d032f9e546fc8a1e987bbbef54e8dab1ceaf4bd | ||
[0;93mAuthor:[0m [0;95mLucas Hoffmann [0;38;5;224m<[0;38;5;224mlucc@posteo.de[0;38;5;224m> | ||
[0;93mDate:[0m [0;95mMon Aug 20 23:37:04 2018 +0200 | ||
[0;1mcommit[0m [0;94m3d032f9e546fc8a1e987bbbef54e8dab1ceaf4bd | ||
[0;1mAuthor:[0m [0;92mLucas Hoffmann [0m<[0;96mlucc@posteo.de[0m> | ||
[0;1mDate:[0m [0mMon Aug 20 23:37:04 2018 +0200 | ||
|
||
[0m This is based on the log entry of 3d032f9e546fc8a1e987bbbef54e8dab1ceaf4bd | ||
but was modiefied for the tests. | ||
|
||
The last line is turned into a valid modeline even with the diff prefix. | ||
If it is interpreted it should result in an error message. | ||
|
||
[0;38;5;121mdiff --git a/test/fixtures/help.txt b/test/fixtures/help.txt | ||
[0;38;5;81mindex ad4baf6..ab64439 100644 | ||
[0;38;5;121m--- a/test/fixtures/help.txt | ||
[0;38;5;121m+++ b/test/fixtures/help.txt | ||
[0;93m@@ -1,3 +1,3 @@ | ||
[0;38;5;224m-vim: filetype=help | ||
[0mdiff --git a/test/fixtures/help.txt b/test/fixtures/help.txt | ||
[0mindex ad4baf6..ab64439 100644 | ||
[0m--- a/test/fixtures/help.txt | ||
[0m+++ b/test/fixtures/help.txt | ||
[0;1m@@ -1,3 +1,3 @@ | ||
[0;91m-vim: filetype=help | ||
[0m *conceal-test* normal | ||
conceal-test | ||
[0;1;96m+ vim: foobar=error[0m | ||
[0;92m+ vim: foobar=error[0m |
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,3 +1,3 @@ | ||
[0;37;48;5;242m[0;95mconceal-test[0;37;48;5;242m[0m normal | ||
[0m*conceal-test* normal | ||
conceal-test | ||
vim: filetype=help[0m |
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,3 +1,3 @@ | ||
[0;30m*[0;95mconceal-test[0;30m*[0m normal | ||
[0m*conceal-test* normal | ||
conceal-test | ||
vim: filetype=help[0m |
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,3 +1,3 @@ | ||
[0;37;48;5;242m [0;95mconceal-test[0;37;48;5;242m [0m normal | ||
[0m*conceal-test* normal | ||
conceal-test | ||
vim: filetype=help[0m |
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,2 +1,2 @@ | ||
[0mHere[0;1;38;2;0;0;255m_[0mare[0;1;38;2;0;0;255m_[0mspaces.[0;1;38;2;0;0;255m$ | ||
[0mAnd[0;1;38;2;0;0;255m_[0mtwo[0;1;38;2;0;0;255m_[0mtrailing[0;1;38;2;0;0;255m_[0mspace:[0;1;38;2;0;0;255m--[0;1;38;2;0;0;255m$[0m | ||
[0;38;2;224;226;234;48;2;20;22;27mHere[0;38;2;79;82;88m_[0;38;2;224;226;234;48;2;20;22;27mare[0;38;2;79;82;88m_[0;38;2;224;226;234;48;2;20;22;27mspaces.[0;38;2;79;82;88m$ | ||
[0;38;2;224;226;234;48;2;20;22;27mAnd[0;38;2;79;82;88m_[0;38;2;224;226;234;48;2;20;22;27mtwo[0;38;2;79;82;88m_[0;38;2;224;226;234;48;2;20;22;27mtrailing[0;38;2;79;82;88m_[0;38;2;224;226;234;48;2;20;22;27mspace:[0;38;2;79;82;88m--[0;38;2;79;82;88m$[0;38;2;224;226;234;48;2;20;22;27m |
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,2 +1,2 @@ | ||
[0mHere[0;94m_[0mare[0;94m_[0mspaces.[0;94m$ | ||
[0mAnd[0;94m_[0mtwo[0;94m_[0mtrailing[0;94m_[0mspace:[0;94m--[0;94m$[0m | ||
[0mHere[0m_[0mare[0m_[0mspaces.[0m$ | ||
[0mAnd[0m_[0mtwo[0m_[0mtrailing[0m_[0mspace:[0m--[0m$[0m |
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,9 +1,9 @@ | ||
[0;38;5;225mTEST(0) TEST(0) | ||
[0;1mTEST(0) TEST(0) | ||
|
||
[0;93mSYNOPSIS | ||
[0;1mSYNOPSIS | ||
[0m exit | ||
|
||
[0;93mAUTHORS | ||
[0;1mAUTHORS | ||
[0m Author. | ||
|
||
[0m date TEST(0)[0m |
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 +1 @@ | ||
[0mnbsp[0;94m+[0mnbsp[0m | ||
[0mnbsp[0m+[0mnbsp[0m |
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 +1 @@ | ||
[0;38;2;255;0;0msome text[0;38;2;255;0;0m | ||
[0;38;2;255;0;0;48;2;20;22;27msome text[0;38;2;255;0;0;48;2;20;22;27m |