On 2024-01-07, Christian Brabandt wrote:
> I have made a few minor changes, which turned out to be even more involved:
>
> • Renamed those new groups to Added, Changed and Removed (I initially went
> with capitalizing the diffAdded to DiffAdded, but since hightlighting
> groups are not case sensitive, it causes problems for linking the groups
> in
> the color schemes, so I had to make the name different and removed the
> diff
> prefix)
> • Changed the links in the default colorschemes
> • linked those new groups back in the diff syntax file.
> • capitalize the color names consistently
>
> That is what I have temporarily queued, not sending out yet, would like to get
> an okay for that.:
>
> https://github.com/chrisbra/vim/commit/0fea0abf5a2e4a9b91df9b1c0084d42e9a44f82d
I tried cloning your repo without pulling down everything,
$ clone --depth 3 --no-single-branch https://github.com/chrisbra/vim.git
but it didn't include that commit. The latest relevant commit
appeared to be cdd869fd9, so I checked that out and built it. The
result looks pretty good on an xterm, tested with the following.
$ git diff cdd869fd9^ cdd869fd9 | VIMRUNTIME=runtime src/vim -N -u NONE -i
NONE --cmd 'set rtp=runtime' -c 'syntax on' -
Regards,
Gary
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20240107210519.GH4044%40phoenix.