Rename "Vim Script" to "Vim script" - #8124
Merged
Merged
Conversation
Contributor
Author
|
For reference, this was raised two years ago in the community discussions, Christian Brabandt, a maintainer of the Vim organization and repository, |
h-east
force-pushed
the
rename-vim-script
branch
from
August 15, 2026 14:06
bec9bdf to
9f6b25e
Compare
The Vim project spells it with a lowercase "s". Vim itself was made consistent in patch 8.0.0360, after Bram Moolenaar stated that "Vim script" is the short form. The language_id is unchanged, and both the old and the new name lowercase to "vim script", so existing aliases keep working.
h-east
force-pushed
the
rename-vim-script
branch
from
August 19, 2026 01:21
9f6b25e to
aa44876
Compare
Contributor
Author
|
Could you please re-run the workflow? |
lildude
approved these changes
Aug 20, 2026
Contributor
Author
|
Thanks! |
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.
Description
The Vim project spells the language name "Vim script", with a lowercase "s".
Bram Moolenaar stated this on vim_dev:
https://groups.google.com/g/vim_dev/c/3Z5yM8KER2w/m/wAqws0QSEAAJ
Vim itself was made consistent in patch 8.0.0360 and similar patches. In the current Vim
documentation "Vim script" appears 348 times and "Vim Script" once, in a
quoted patch title.
vim/vim@b544f3c
vim/vim@a420547
language_idis unchanged, and both the old and the new name lowercase to"vim script", so the existing aliases keep working.
In
vendor/README.mdthe entry moves belowVim Snippet: the generated listis sorted byte-wise, so a lowercase "s" now sorts after "Snippet".
Checklist: