commit | 2eddbacd6dc17c84e4bdc41e60e81949a36bb973 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 12:45:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 12:45:21 2022 +0100 |
tree | e408f43fe5348de1725340122ded24d66e673364 | |
parent | d6c67629ed05aae436164eec474832daf8ba7420 [diff] [blame] |
patch 9.0.0261: bufload() reads a file even if the name is not a file name Problem: bufload() reads a file even if the name is not a file name. (Cyker Way) Solution: Do not read the file when the buffer name is not a file name. (closes #10975)
diff --git a/src/version.c b/src/version.c index 02c20f0..867d971 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 261, +/**/ 260, /**/ 259,