comparison src/version.c @ 4429:7eafa576528e v7.3.963

updated for version 7.3.963 Problem: Setting curbuf without curwin causes trouble. Solution: Add switch_buffer() and restore_buffer(). Block autocommands to avoid trouble.
author Bram Moolenaar <bram@vim.org>
date Fri, 17 May 2013 16:03:57 +0200
parents 0a94ac379769
children 7d81f4e96728
comparison
equal deleted inserted replaced
4428:f1ecf16fe9fc 4429:7eafa576528e
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 963,
731 /**/ 733 /**/
732 962, 734 962,
733 /**/ 735 /**/
734 961, 736 961,
735 /**/ 737 /**/