diff src/version.c @ 18428:9f7a2cfabfba v8.1.2208

patch 8.1.2208: Unix: Tabs in output might be expanded to spaces Commit: https://github.com/vim/vim/commit/faf626e5d1ca128e4bf943c4e505f08d428ed77e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 24 17:43:25 2019 +0200 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 https://github.com/vim/vim/issues/5108)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Oct 2019 17:45:05 +0200
parents 3b80bdbdc832
children 0388e1991ec5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2208,
+/**/
     2207,
 /**/
     2206,