]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1065: no digraph for "Approaches the limit" v9.1.1065
authorHans Ginzel <hans@matfyz.cz>
Sat, 1 Feb 2025 15:15:11 +0000 (16:15 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 1 Feb 2025 15:17:14 +0000 (16:17 +0100)
commit3a621188ee52badfe7aa783db12588a78dcd8ed6
tree19439b484a446d61057a207b846aed091e1553ea
parentc078675ac768eb54388a8e4c6cab0214ef02ba7b
patch 9.1.1065: no digraph for "Approaches the limit"

Problem:  no digraph for "Approaches the limit"
Solution: Add the digraph using .= (Hans Ginzel)

Add digraph Approaches the Limit

≐ U+2250 https://www.fileformat.info/info/unicode/char/2250/index.htm

closes: #16508

Signed-off-by: Hans Ginzel <hans@matfyz.cz>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/digraph.txt
runtime/doc/version9.txt
src/digraph.c
src/testdir/test_digraph.vim
src/version.c