comparison src/version.c @ 5513:eed95874f30e v7.4.105

updated for version 7.4.105 Problem: Completing a tag pattern may give an error for invalid pattern. Solution: Suppress the error, just return no matches.
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Nov 2013 14:36:33 +0100
parents dd7d1a86b311
children de9a01851ebd
comparison
equal deleted inserted replaced
5512:36ba2efb53d4 5513:eed95874f30e
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 105,
741 /**/ 743 /**/
742 104, 744 104,
743 /**/ 745 /**/
744 103, 746 103,
745 /**/ 747 /**/