comparison src/version.c @ 8422:5d2c84be23b5 v7.4.1502

commit https://github.com/vim/vim/commit/99ef06296f3c37490511c03786a2c8672e015c56 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 6 20:22:25 2016 +0100 patch 7.4.1502 Problem: Writing last-but-one line of buffer to a channel isn't implemented yet. Solution: Implement it. Fix leaving a swap file behind.
author Christian Brabandt <cb@256bit.org>
date Sun, 06 Mar 2016 20:30:04 +0100
parents f6d21a33d489
children be45d4921f1f
comparison
equal deleted inserted replaced
8421:4be5f7dd51dc 8422:5d2c84be23b5
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1502,
746 /**/ 748 /**/
747 1501, 749 1501,
748 /**/ 750 /**/
749 1500, 751 1500,
750 /**/ 752 /**/