comparison src/version.c @ 17223:07bbe73b8e74 v8.1.1611

patch 8.1.1611: bufadd() reuses existing buffer without a name commit https://github.com/vim/vim/commit/892ae723ab95e429222e930cf41b32809567e58e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 30 20:33:01 2019 +0200 patch 8.1.1611: bufadd() reuses existing buffer without a name Problem: Bufadd() reuses existing buffer without a name. Solution: When the name is empty always create a new buffer.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Jun 2019 20:45:05 +0200
parents a8fc7d97b54d
children 09fa437d33d8
comparison
equal deleted inserted replaced
17222:7fcb78851cde 17223:07bbe73b8e74
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1611,
780 /**/ 782 /**/
781 1610, 783 1610,
782 /**/ 784 /**/
783 1609, 785 1609,
784 /**/ 786 /**/