Support version up to Vim 9.1 and drop Vim 8.2.#828
Open
tsuyoshicho wants to merge 13 commits intovim-jp:masterfrom
Open
Support version up to Vim 9.1 and drop Vim 8.2.#828tsuyoshicho wants to merge 13 commits intovim-jp:masterfrom
tsuyoshicho wants to merge 13 commits intovim-jp:masterfrom
Conversation
ujihisa
approved these changes
Dec 31, 2024
Contributor
Author
|
テストや実装の修正もありますので、そろったらまたレビューをおねがいします @ujihisa |
tsuyoshicho
commented
Jan 2, 2025
| matrix: | ||
| os: [ubuntu-latest, macos-latest] | ||
| vim: [v8.2.0020, v9.0.0107, head] | ||
| vim: [v9.0.0107, v9.1.0100 ,head] |
Contributor
Author
There was a problem hiding this comment.
9.1.0000 は linux で色データのマッチが不正になってしまうので、9.1.0100 としました
- 現在 runtime/colors/lists/default.vim に色データはあります(lowercase)
- Color.vim は検索時にlowercaseに整理してして行います
- データとしてYellow(yellow)は常にありますが、失敗しています
問題が修正されたパッチを見付けれられなかったので、ほどほど後のバージョンをとりあえずで決めて入れています
see link
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
Author
thinca
approved these changes
Mar 16, 2025
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
cause: vim/vim@3b3b936 Convert values pass to max() from String to Number.
Contributor
Author
Contributor
Author
|
#838 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vim 9.1 / 9.0 Support へ変更するPRです。
サポートバージョンの変更対応です。
対象バージョンが変化するため、CIでのrequiredで8.2はマージ後取り除き、9.1系を設定する必要があります。
(このPRでは8.2系は常にひっかかります)
変更として、必要最小の対応です。
いくつかの機能は高度化の可能性がありますが、それは別途個別に行います。