comparison src/version.c @ 6211:e754b23b7d1c v7.4.441

updated for version 7.4.441 Problem: Endless loop and other problems when 'cedit' is set to CTRL-C. Solution: Do not call ex_window() when ex_normal_busy or got_int was set. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Sep 2014 18:45:49 +0200
parents 1f578cd9a657
children 8c3c067b4ae3
comparison
equal deleted inserted replaced
6210:8775ed3b57d7 6211:e754b23b7d1c
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 441,
744 /**/ 746 /**/
745 440, 747 440,
746 /**/ 748 /**/
747 439, 749 439,
748 /**/ 750 /**/