comparison src/version.c @ 14075:320956bddcef v8.1.0055

patch 8.1.0055: complete test has wrong order of arguments commit https://github.com/vim/vim/commit/52d3aaeea4c85406f46e2051729e4f007f83b35e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 13 21:27:24 2018 +0200 patch 8.1.0055: complete test has wrong order of arguments Problem: Complete test has wrong order of arguments. Wrong type for sentinel variable. Solution: Swap arguments, use VAR_UNKNOWN. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Wed, 13 Jun 2018 21:30:06 +0200
parents a9b141cf99ff
children 873542706b0b
comparison
equal deleted inserted replaced
14074:ec0ce6a5f231 14075:320956bddcef
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 55,
764 /**/ 766 /**/
765 54, 767 54,
766 /**/ 768 /**/
767 53, 769 53,
768 /**/ 770 /**/