annotate READMEdir/README_vimlogo.txt @ 34671:df52075b12cd v9.1.0217

patch 9.1.0217: regexp: verymagic cannot match before/after a mark Commit: https://github.com/vim/vim/commit/46fa3c7e271eb2abb05a0d9e6dbc9c36c2b2da02 Author: Julio B <julio.bacel@gmail.com> Date: Thu Mar 28 10:23:37 2024 +0100 patch 9.1.0217: regexp: verymagic cannot match before/after a mark Problem: regexp: verymagic cannot match before/after a mark Solution: Correctly check for the very magic check (Julio B) Fix regexp parser for \v%>'m and \v%<'m Currently \v%'m works fine, but it is unable to match before or after the position of mark m. closes: #14309 Signed-off-by: Julio B <julio.bacel@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 10:30:04 +0100
parents 2d13a3713a05
children 15a991b0cc27
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
34248
2d13a3713a05 runtime(vimlogo): Include and modernize vimlogo.svg
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 The Python project that creates `vimlogo.svg` can be found at
2d13a3713a05 runtime(vimlogo): Include and modernize vimlogo.svg
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2 `https://github.com/ShayHill/vimlogo`. The Vim license applies.
2d13a3713a05 runtime(vimlogo): Include and modernize vimlogo.svg
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3
2d13a3713a05 runtime(vimlogo): Include and modernize vimlogo.svg
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
4 `vimlogo.svg` is an effort to remove errors and inadvertant inconsistencies
2d13a3713a05 runtime(vimlogo): Include and modernize vimlogo.svg
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
5 from the original vim logo while maintaing the original design. `vimlogo.svg`
2d13a3713a05 runtime(vimlogo): Include and modernize vimlogo.svg
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
6 is based on the `vimlogo.svg` file (previously?) found at
2d13a3713a05 runtime(vimlogo): Include and modernize vimlogo.svg
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
7 `https://www.vim.org/logos.php`
2d13a3713a05 runtime(vimlogo): Include and modernize vimlogo.svg
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
8
2d13a3713a05 runtime(vimlogo): Include and modernize vimlogo.svg
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
9 As of 2024 Jan 30, `vimlogo.svg` is a separate project from `vimlogo.cdr`,
2d13a3713a05 runtime(vimlogo): Include and modernize vimlogo.svg
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
10 `vimlogo.eps`, `vimlogo.gif`, `vimlogo.pdf`, and `vimlogo.xpm`, all of which
2d13a3713a05 runtime(vimlogo): Include and modernize vimlogo.svg
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
11 are slightly different from each other.