commit | 0ef9a5c09482649cf0cc6768ed6fc640b4ed2a0a | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Jan 17 21:38:25 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 17 21:38:25 2023 +0000 |
tree | ae5d05622365b8043bf3068e07ad48afd64ca8bb | |
parent | 541c87c808df91b55e51fedc4987152a3edfe80d [diff] [blame] |
patch 9.0.1215: using isalpha() adds dependency on current locale Problem: Using isalpha() adds dependency on current locale. Solution: Do not use isalpha() for recognizing a URL or the end of an Ex command. (closes #11835)
diff --git a/src/version.c b/src/version.c index d3eb35a..5565ccb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1215, +/**/ 1214, /**/ 1213,