comparison src/version.c @ 34788:49637bd5c863 v9.1.0268

patch 9.1.0268: Two tests in test_filechanged.vim are slow Commit: https://github.com/vim/vim/commit/83cd2c7bf0c12f05d747dd5fd6abfe103948bf12 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Apr 5 20:05:11 2024 +0200 patch 9.1.0268: Two tests in test_filechanged.vim are slow Problem: Two tests in test_filechanged.vim are slow. Solution: Sleep for shorter if the +nanotime feature is available. (zeertzjq) closes: #14418 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 05 Apr 2024 20:15:05 +0200
parents e27831e54542
children 1104d85c7dcc
comparison
equal deleted inserted replaced
34787:7941cc644258 34788:49637bd5c863
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 268,
707 /**/ 709 /**/
708 267, 710 267,
709 /**/ 711 /**/
710 266, 712 266,
711 /**/ 713 /**/