comparison src/version.c @ 5464:9c777e2c7024 v7.4.082

updated for version 7.4.082 Problem: Using "gf" in a changed buffer suggests adding "!", which is not possible. (Tim Chase) Solution: Pass a flag to check_changed() wether adding ! make sense.
author Bram Moolenaar <bram@vim.org>
date Sat, 09 Nov 2013 03:31:51 +0100
parents 42927712b3d9
children 6367a766027d
comparison
equal deleted inserted replaced
5463:3d194611edad 5464:9c777e2c7024
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 82,
741 /**/ 743 /**/
742 81, 744 81,
743 /**/ 745 /**/
744 80, 746 80,
745 /**/ 747 /**/