]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0709: GUIEnter event not found in Turkish locale v9.1.0709
authorChristian Brabandt <cb@256bit.org>
Mon, 2 Sep 2024 07:59:18 +0000 (09:59 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 2 Sep 2024 07:59:18 +0000 (09:59 +0200)
commit84e3175c4e70486b52e15cc6c40095fa311c1107
tree7ae89cb789d77aecb88f4785011115d820f9bf49
parentbd69b39514f1fec45a5ac76cd36db5dec2faebe2
patch 9.1.0709: GUIEnter event not found in Turkish locale

Problem:   GUIEnter not found in Turkish locale
           (James McCoy, after v9.1.0256, the issue was there before,
            but v9.1.0256 made it more apparent)
Solution:  explicitly compare autocommand events by ASCII value and
           ignoring locale, because according to the documentation,
           events are case insensitive (:h autocommand-events)

fixes: #15574
closes: #15603

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/highlight.c
src/misc2.c
src/proto/misc2.pro
src/proto/strings.pro
src/strings.c
src/testdir/test_autocmd.vim
src/version.c