commit | ec68028604b6ee799b2ef5fc861ec5163e82914f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 12 19:35:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 12 19:35:32 2020 +0200 |
tree | 8bca3fd874a5b7cbccb83b8276e13b938832b31f | |
parent | 9721fb4ea3db2559aaf7f71458da8ddda30ff93e [diff] [blame] |
patch 8.2.0961: MS-Windows: no completion for locales Problem: MS-Windows: no completion for locales. Solution: Use the directories in $VIMRUNTIME/lang to complete locales. (Christian Brabandt, closes 36248)
diff --git a/src/version.c b/src/version.c index d6976c5..93f940b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 961, +/**/ 960, /**/ 959,