comparison src/version.c @ 20575:501b72481d0a v8.2.0841

patch 8.2.0841: 'verbose' value 16 causes duplicate output Commit: https://github.com/vim/vim/commit/823654bc06c847af20967d41db32d592aba416cb Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 29 23:03:09 2020 +0200 patch 8.2.0841: 'verbose' value 16 causes duplicate output Problem: 'verbose' value 16 causes duplicate output. Solution: Combine levels 15 and 16 into one message. (Christian Brabandt, closes #6153)
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 May 2020 23:15:03 +0200
parents 00fff78a929a
children 5f0f1f63c8df
comparison
equal deleted inserted replaced
20574:856b79787807 20575:501b72481d0a
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 841,
749 /**/ 751 /**/
750 840, 752 840,
751 /**/ 753 /**/
752 839, 754 839,
753 /**/ 755 /**/