neovim/scripts
Jongwook Choi 7aaa4a51b7
build(vim-patch.sh): include commit subject #28767
Problem: vim-patch commits lack an informative title and summary in the
very first line of the commit message when the vim-revision is a Git SHA
hash, unlike when is a Vim version. This makes it difficult to discern
at a glance what changes are introduced by such vim-patch commits (in
git log, PR title, changelog generated by git-cliff, etc.).

BEFORE:

    vim-patch:abcdef123456

    runtime(vim): improve performance

    <some details>
    ...

Solution: Repeat the title of the upstream commit message, to improve
the clarity and visibility of the commit message.

AFTER:

    vim-patch:abcdef123456: runtime(vim): improve performance

    <some details>
    ...

Note: the `vim-patch:<hash>` token is still needed by `vim-patch.sh`
(but not necessarily in the very first line of the commit message) to
determine which vim patches have been applied. `<hash>` is internally
normalized to 7 hex digits.
2024-05-21 09:10:39 -07:00
..
bump_deps.lua build: enable lintlua for scripts/ dir #26391 2023-12-04 12:38:31 -08:00
cdoc_grammar.lua feat(docs): replace lua2dox.lua 2024-02-27 14:41:17 +00:00
cdoc_parser.lua feat(docs): replace lua2dox.lua 2024-02-27 14:41:17 +00:00
check_urls.vim vim-patch:1c5728e0c4a9 (#28703) 2024-05-11 18:14:03 +08:00
cliff.toml build(release.sh): use git cliff, drop old script 2024-05-16 00:19:17 +02:00
download-unicode-files.sh
gen_eval_files.lua fix(types): rename win_get_config return type to win_config 2024-03-02 06:59:32 +08:00
gen_filetype.lua build: enable lintlua for scripts/ dir #26391 2023-12-04 12:38:31 -08:00
gen_help_html.lua docs(gen_help_html.lua): handle modeline and note nodes 2024-05-17 08:18:01 +02:00
gen_lsp.lua refactor(lua): deprecate tbl_flatten 2024-04-22 02:11:23 +02:00
gen_vimdoc.lua docs(lua): restore missing indexing for vim.bo and vim.wo (#28751) 2024-05-15 19:39:35 +08:00
genappimage.sh build: various fixes 2024-02-01 12:06:55 +01:00
lintcommit.lua build: enable lintlua for scripts/ dir #26391 2023-12-04 12:38:31 -08:00
lintdoc.lua build(docs): separate lint job to validate vimdoc #27227 2024-01-28 14:22:39 -08:00
luacats_grammar.lua docs(luacats): support backtick captured generic type 2024-05-07 14:33:14 +01:00
luacats_parser.lua fix(treesitter): return correct match table in iter_captures() 2024-03-27 10:39:46 +00:00
release.sh build(release.sh): set VIMRUNTIME when regenerating docs (#28765) 2024-05-16 07:21:19 +08:00
shadacat.py
text_utils.lua docs(editorconfig): move to source 2024-03-10 23:20:44 +00:00
update_terminfo.sh build(terminfo): include user capabilities in comments (#28066) 2024-03-28 10:23:07 +08:00
vim-patch.sh build(vim-patch.sh): include commit subject #28767 2024-05-21 09:10:39 -07:00
vimpatch.lua build: enable lintlua for scripts/ dir #26391 2023-12-04 12:38:31 -08:00
windows.ti feat(tui): support undercurl in WezTerm (#28037) 2024-03-26 14:25:01 +08:00