comparison 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
comparison
equal deleted inserted replaced
18427:089d9b0658cc 18428:9f7a2cfabfba
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2208,
744 /**/ 746 /**/
745 2207, 747 2207,
746 /**/ 748 /**/
747 2206, 749 2206,
748 /**/ 750 /**/