commit | 5ed26faace574f6b36744f9e17075d7e806aa877 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 18:05:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 18:05:51 2022 +0100 |
tree | f05f2ea85ddd67649d295343bf68b60cda105c89 | |
parent | 510f03738dfcadfe2099c5b6a58cb75f64dbaa82 [diff] [blame] |
patch 9.0.0038: 'listchars' test fails Problem: 'listchars' test fails. Solution: Use window-local value after setting the global value
diff --git a/src/version.c b/src/version.c index 8130506..8ddbdda 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 38, +/**/ 37, /**/ 36,