comparison src/version.c @ 5737:e25a04c1c515 v7.4.213

updated for version 7.4.213 Problem: It's not possible to open a new buffer without creating a swap file. Solution: Add the ":noswapfile" modifier. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sun, 23 Mar 2014 16:04:02 +0100
parents 50dbef5e774a
children fe02fdfbdec0
comparison
equal deleted inserted replaced
5736:187cebfcddf7 5737:e25a04c1c515
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 213,
737 /**/ 739 /**/
738 212, 740 212,
739 /**/ 741 /**/
740 211, 742 211,
741 /**/ 743 /**/