summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/jjdescription.vim
AgeCommit message (Collapse)AuthorFiles
2026-04-13vim-patch:86dcb18: Revert "runtime(jjdescription): allow to configure ↵zeertzjq1
summary width" (#39011) This reverts commit 86ae6858ababe1f80476368c617dc1812df5b781. related: vim/vim#19905 https://github.com/vim/vim/commit/86dcb1878cdbd0a8af61664b14f034398e319026 Co-authored-by: Christian Brabandt <cb@256bit.org>
2026-04-12vim-patch:86ae685: runtime(jjdescription): allow to configure summary width ↵zeertzjq1
(#38972) Allow to configure max length for the summary line and fall back to gits setting. closes: vim/vim#19905 https://github.com/vim/vim/commit/86ae6858ababe1f80476368c617dc1812df5b781 Co-authored-by: Emilia <emilia@bewitching.dev>
2026-04-10vim-patch:f554a7c: runtime(jjdescription): Add highlighting for 'Renamed' ↵zeertzjq1
status lines `jj status` output uses the 'R' prefix for renamed files. closes: vim/vim#19879 https://github.com/vim/vim/commit/f554a7c7090ea37a4437c7d27389ecb8a9069d6a Co-authored-by: Joël Stemmer <jstemmer@google.com>
2026-04-10vim-patch:9598174: runtime(jjdescription): Anchor status matches to start of ↵zeertzjq1
line The regex for status line highlighting was too broad, `jjComment` lines containing e.g. the letter 'A' followed by a space anywhere in the line were highlighted. related: vim/vim#19879 https://github.com/vim/vim/commit/959817472dd64bae17c8db47e82097533e088013 Co-authored-by: Joël Stemmer <jstemmer@google.com>
2026-01-02vim-patch:62d8f3d: runtime: Revert several "mark invalid contact addresses" ↵zeertzjq1
commits (#37192) This reverts commits: - 6b652a785033fd4164e049492a7327c1ed7c3e5f - 2f689d5abde0ccddca9e20d8c93a0299bd054e32 - a025a46d4169587145fb54f04af349cd05cb6122 Several email addresses that are known to be valid caused bounces due to an issue with my email setup. The previous commits incorrectly marked these addresses as invalid. So revert the whole thing again. https://github.com/vim/vim/commit/62d8f3dab5a0b30c31a8df86a973c5e59821a3f0 N/A patch: vim-patch:2f689d5: runtime: mark more invalid email addresses Co-authored-by: Christian Brabandt <cb@256bit.org>
2026-01-01vim-patch:a025a46: runtime: mark more invalid email addresseszeertzjq1
https://github.com/vim/vim/commit/a025a46d4169587145fb54f04af349cd05cb6122 Co-authored-by: Christian Brabandt <cb@256bit.org>
2025-04-18vim-patch:8f09684: runtime(jjdescription): Don't require a space to start ↵ash1
comments (#33523) Since jj v0.24.0 (December 2024), `JJ:` comments are recognised even when not followed by a space. closes: vim/vim#17130 https://github.com/vim/vim/commit/8f096845693fc7a170283ca5dcf8e13aea3ec273
2025-01-03vim-patch:9.1.0986: filetype: 'jj' filetype is a bit impreciseChristian Clason1
Problem: filetype: 'jj' filetype is a bit imprecise Solution: rename 'jj' filetype to 'jjdescription' (Gregory Anders) closes: vim/vim#16364 https://github.com/vim/vim/commit/58c44e8833365e1a777330491c2799ae324ed893 Co-authored-by: Gregory Anders <greg@gpanders.com>