comparison src/version.c @ 13782:3be5e8306a3e v8.0.1763

patch 8.0.1763: :argedit does not reuse an empty unnamed buffer commit https://github.com/vim/vim/commit/46a53dfc29689c6a0d80e3820e8b0a48dba6b6ec Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 24 21:58:51 2018 +0200 patch 8.0.1763: :argedit does not reuse an empty unnamed buffer Problem: :argedit does not reuse an empty unnamed buffer. Solution: Add the BLN_CURBUF flag and fix all the side effects. (Christian Brabandt, closes #2713)
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Apr 2018 22:00:07 +0200
parents 5cf4a504bcc0
children 229cfca9342a
comparison
equal deleted inserted replaced
13781:37bcbeae1a03 13782:3be5e8306a3e
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1763,
764 /**/ 766 /**/
765 1762, 767 1762,
766 /**/ 768 /**/
767 1761, 769 1761,
768 /**/ 770 /**/