commit | faf626e5d1ca128e4bf943c4e505f08d428ed77e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 17:43:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 17:43:25 2019 +0200 |
tree | ab6152b046b5d95d86283278f97684aaa5157cc9 | |
parent | edaad6e0a0e3c1fcb6a5c2771e647c52475bb19c [diff] [blame] |
patch 8.1.2208: Unix: Tabs in output might be expanded to spaces Problem: Unix: Tabs in output might be expanded to spaces. Solution: Reset the XTABS flag. (closes #5108)
diff --git a/src/version.c b/src/version.c index 91cdf33..64cae46 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2208, +/**/ 2207, /**/ 2206,