comparison src/version.c @ 20901:7d0fe945278c v8.2.1002

patch 8.2.1002: test may fail when run directly Commit: https://github.com/vim/vim/commit/ceb2e7751089bd417c6250d63e28616483b5796b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 18 18:33:59 2020 +0200 patch 8.2.1002: test may fail when run directly Problem: Test may fail when run directly. Solution: Check if g:run_nr exists. (Christian Brabandt, closes https://github.com/vim/vim/issues/6285)
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Jun 2020 18:45:04 +0200
parents e76bddcf3341
children 54ffae914876
comparison
equal deleted inserted replaced
20900:b3ace9daf20b 20901:7d0fe945278c
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1002,
757 /**/ 759 /**/
758 1001, 760 1001,
759 /**/ 761 /**/
760 1000, 762 1000,
761 /**/ 763 /**/