view .gitattributes @ 29845:349517ab7398 v9.0.0261

patch 9.0.0261: bufload() reads a file even if the name is not a file name Commit: https://github.com/vim/vim/commit/2eddbacd6dc17c84e4bdc41e60e81949a36bb973 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 25 12:45:21 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Aug 2022 14:00:06 +0200
parents ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff