comparison src/version.c @ 17214:079ce74ecaa5 v8.1.1606

patch 8.1.1606: on a narrow screen ":hi" output is confusing commit https://github.com/vim/vim/commit/548be7f126dc57ca861cb26dc6492c3b2a9e2c99 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 29 03:42:42 2019 +0200 patch 8.1.1606: on a narrow screen ":hi" output is confusing Problem: On a narrow screen ":hi" output is confusing. Solution: Insert a space between highlight group name and "xxx". (Masato Nishihaga, closes #4599)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jun 2019 03:45:06 +0200
parents fd983b381ec0
children 11f3cf51d43b
comparison
equal deleted inserted replaced
17213:d031972f6d0a 17214:079ce74ecaa5
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1606,
780 /**/ 782 /**/
781 1605, 783 1605,
782 /**/ 784 /**/
783 1604, 785 1604,
784 /**/ 786 /**/