annotate READMEdir/README_vimlogo.txt @ 34567:7de5ae6a0518 v9.1.0182

patch 9.1.0182: Can define function with invalid name inside 'formatexpr' Commit: https://github.com/vim/vim/commit/6a04bf5ee523b2d6d01d7290e356a30de219f465 Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Mar 16 09:39:06 2024 +0100 patch 9.1.0182: Can define function with invalid name inside 'formatexpr' Problem: Can define function with invalid name inside 'formatexpr'. Solution: Use goto instead of checking for did_emsg later. (zeertzjq) closes: #14209 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Mar 2024 09:45: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.