comparison src/version.c @ 20818:a0b147774bd4 v8.2.0961

patch 8.2.0961: MS-Windows: no completion for locales Commit: https://github.com/vim/vim/commit/ec68028604b6ee799b2ef5fc861ec5163e82914f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 12 19:35:32 2020 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Jun 2020 19:45:04 +0200
parents 9faab49c880f
children 3e606a19fa13
comparison
equal deleted inserted replaced
20817:ed270e2a7a64 20818:a0b147774bd4
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 961,
757 /**/ 759 /**/
758 960, 760 960,
759 /**/ 761 /**/
760 959, 762 959,
761 /**/ 763 /**/