commit | 1d87e11a1ef201b26ed87585fba70182ad0c468a | [log] [tgz] |
---|---|---|
author | cero1988 <mirkoceroni@mirkoceroni.it> | Thu Feb 16 15:03:12 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 16 15:03:12 2023 +0000 |
tree | 283b5f6b6856a18af08196375d4613a8303148d8 | |
parent | ce3189d56e867a2ffc077893b62f530d5b09150f [diff] [blame] |
patch 9.0.1314: :messages behavior depends on 'fileformat' of current buffer Problem: :messages behavior depends on 'fileformat' of current buffer. Solution: Pass the buffer pointer to where it is used. (Mirko Ceroni, closes #11995)
diff --git a/src/version.c b/src/version.c index 57b35d7..c9a488b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1314, +/**/ 1313, /**/ 1312,