-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support version up to Vim 9.1 and drop Vim 8.2. #828
base: master
Are you sure you want to change the base?
Conversation
テストや実装の修正もありますので、そろったらまたレビューをおねがいします @ujihisa |
@@ -10,25 +10,21 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
os: [ubuntu-latest, macos-latest] | |||
vim: [v8.2.0020, v9.0.0107, head] | |||
vim: [v9.0.0107, v9.1.0100 ,head] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9.1.0000 は linux で色データのマッチが不正になってしまうので、9.1.0100 としました
- 現在 runtime/colors/lists/default.vim に色データはあります(lowercase)
- Color.vim は検索時にlowercaseに整理してして行います
- データとしてYellow(yellow)は常にありますが、失敗しています
問題が修正されたパッチを見付けれられなかったので、ほどほど後のバージョンをとりあえずで決めて入れています
see link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
偉業!ありがとございます
Vim 9.1 / 9.0 Support へ変更するPRです。
サポートバージョンの変更対応です。
対象バージョンが変化するため、CIでのrequiredで8.2はマージ後取り除き、9.1系を設定する必要があります。
(このPRでは8.2系は常にひっかかります)
変更として、必要最小の対応です。
いくつかの機能は高度化の可能性がありますが、それは別途個別に行います。