comparison src/version.c @ 3784:a638ae0f1b0c v7.3.650

updated for version 7.3.650 Problem: Completion after ":help \{-" gives an error message and messes up the command line. Solution: Cancel the tag search if the pattern can't be compiled. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Sep 2012 15:03:30 +0200
parents 063765c3cebb
children ece544e85821
comparison
equal deleted inserted replaced
3783:5fb413417067 3784:a638ae0f1b0c
717 NULL 717 NULL
718 }; 718 };
719 719
720 static int included_patches[] = 720 static int included_patches[] =
721 { /* Add new patch number below this line */ 721 { /* Add new patch number below this line */
722 /**/
723 650,
722 /**/ 724 /**/
723 649, 725 649,
724 /**/ 726 /**/
725 648, 727 648,
726 /**/ 728 /**/