commit | 46a53dfc29689c6a0d80e3820e8b0a48dba6b6ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 21:58:51 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 21:58:51 2018 +0200 |
tree | 5ad1a9ee29f54608ea20a0a77581bf21f760d770 | |
parent | b255b90503a986931904c23dafb5b6d4e512a17e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 778419c..f5d4c5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1763, +/**/ 1762, /**/ 1761,