comparison src/version.c @ 14307:df27d6270691 v8.1.0169

patch 8.1.0169: calling message_filtered() a bit too often commit https://github.com/vim/vim/commit/a9defadb8f03ecd03f3297305d5482ba380774dc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 8 18:20:24 2018 +0200 patch 8.1.0169: calling message_filtered() a bit too often Problem: Calling message_filtered() a bit too often. Solution: Only call message_filtered() when filtering is already false.
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Jul 2018 18:30:06 +0200
parents 8a4c0ab88201
children 15530de011bc
comparison
equal deleted inserted replaced
14306:006f608a77b5 14307:df27d6270691
787 NULL 787 NULL
788 }; 788 };
789 789
790 static int included_patches[] = 790 static int included_patches[] =
791 { /* Add new patch number below this line */ 791 { /* Add new patch number below this line */
792 /**/
793 169,
792 /**/ 794 /**/
793 168, 795 168,
794 /**/ 796 /**/
795 167, 797 167,
796 /**/ 798 /**/