commit | abcbb0e9ad43fc25077e1681528e72ddcbeed300 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 23 12:33:42 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 23 12:33:42 2020 +0100 |
tree | 7eee7ed7987bae4ae6697accbafdd2bb5218795c | |
parent | 1dcf55d4f1aa34b6d22001038d43f3e46407fa2e [diff] [blame] |
patch 8.2.2196: :version output has extra spaces in compile and link command Problem: :version output has extra spaces in compile and link command. Solution: Adjust QUOTESED. (closes #7505)
diff --git a/src/version.c b/src/version.c index 45b69bd..435f3b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2196, +/**/ 2195, /**/ 2194,