comparison src/version.c @ 14133:352c2832d17f v8.1.0084

patch 8.1.0084: user name completion does not work on MS-Windows commit https://github.com/vim/vim/commit/828c3d70833a0689cc07581f2a67d06430675da5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 19 18:58:07 2018 +0200 patch 8.1.0084: user name completion does not work on MS-Windows Problem: User name completion does not work on MS-Windows. Solution: Use NetUserEnum() to get user names. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 19:00:07 +0200
parents ec85acd49b8e
children ee649db58c41
comparison
equal deleted inserted replaced
14132:0aeb4cc130cf 14133:352c2832d17f
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 84,
764 /**/ 766 /**/
765 83, 767 83,
766 /**/ 768 /**/
767 82, 769 82,
768 /**/ 770 /**/