annotate READMEdir/README_vimlogo.txt @ 34329:a059fc613d55 v9.1.0098

patch 9.1.0098: CompletionChanged not triggered when new leader added without matches Commit: https://github.com/vim/vim/commit/0d3c0a66a39570cbc52b9536604c39e324b989b3 Author: glepnir <glephunter@gmail.com> Date: Sun Feb 11 17:52:40 2024 +0100 patch 9.1.0098: CompletionChanged not triggered when new leader added without matches Problem: CompletionChanged not triggered when new leader added causing no matching item in the completion menu Solution: When completion is active but no items matched still trigger CompletChanged event (glepnir) closes: #13982 Signed-off-by: glepnir <glephunter@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Feb 2024 18:00:03 +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.