commit | 26910de8b0da6abab87bd5a397330f9cbe483309 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 19:37:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 19:37:15 2019 +0200 |
tree | 5a76a713818d0973f6774edabc17b8c13fb924fb | |
parent | 0331faf71200a274377e1569fcda4f00c9cf3e2a [diff] [blame] |
patch 8.1.1547: functionality of bt_nofile() is confusing Problem: Functionality of bt_nofile() is confusing. Solution: Split into bt_nofile() and bt_nofilename().
diff --git a/src/version.c b/src/version.c index 675beb8..113fb97 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1547, +/**/ 1546, /**/ 1545,