| Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
(#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>
|
|
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>
|
|
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>
|
|
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>
|
|
https://github.com/vim/vim/commit/a025a46d4169587145fb54f04af349cd05cb6122
Co-authored-by: Christian Brabandt <cb@256bit.org>
|
|
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
|
|
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>
|