comparison src/version.c @ 11217:466657ab7340 v8.0.0495

patch 8.0.0495: quotestar test uses timer instead of timeout commit https://github.com/vim/vim/commit/f5610da7a8a5908e747d1ae39dbed1408bbd2644 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 20 21:47:16 2017 +0100 patch 8.0.0495: quotestar test uses timer instead of timeout Problem: The quotestar test uses a timer instead of a timeout, thus it cannot be rerun like a flaky test. Solution: Remove the timer and add a timeout. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Mon, 20 Mar 2017 22:00:04 +0100
parents 2e4877acfe0a
children e53609585b76
comparison
equal deleted inserted replaced
11216:486e00f72582 11217:466657ab7340
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 495,
767 /**/ 769 /**/
768 494, 770 494,
769 /**/ 771 /**/
770 493, 772 493,
771 /**/ 773 /**/