comparison src/version.c @ 14286:95030c543411 v8.1.0159

patch 8.1.0159: completion for user names does not work for a prefix. commit https://github.com/vim/vim/commit/6c5d1043022520512ee36aa1a29662b60af33c95 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 7 16:41:13 2018 +0200 patch 8.1.0159: completion for user names does not work for a prefix. Problem: Completion for user names does not work if a prefix is also a full matching name. (Nazri Ramliy) Solution: Accept both full and partial matches. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Jul 2018 16:45:05 +0200
parents 7cd8298c4c04
children ffd03eb67836
comparison
equal deleted inserted replaced
14285:446c03a95578 14286:95030c543411
787 NULL 787 NULL
788 }; 788 };
789 789
790 static int included_patches[] = 790 static int included_patches[] =
791 { /* Add new patch number below this line */ 791 { /* Add new patch number below this line */
792 /**/
793 159,
792 /**/ 794 /**/
793 158, 795 158,
794 /**/ 796 /**/
795 157, 797 157,
796 /**/ 798 /**/