Mercurial > vim
comparison src/gui_xmebwp.h @ 36081:f36c3455e686 v9.1.0709
patch 9.1.0709: GUIEnter event not found in Turkish locale
Commit: https://github.com/vim/vim/commit/84e3175c4e70486b52e15cc6c40095fa311c1107
Author: Christian Brabandt <cb@256bit.org>
Date: Mon Sep 2 09:59:18 2024 +0200
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>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 02 Sep 2024 10:15:03 +0200 |
parents | 6e3dc2d630c2 |
children |
comparison
equal
deleted
inserted
replaced
36080:e5c7d5b6c82c | 36081:f36c3455e686 |
---|