comparison src/version.c @ 22135:f45127fbe9ba v8.2.1617

patch 8.2.1617: Vim9: cannot pass "true" to win_splitmove() Commit: https://github.com/vim/vim/commit/4b9bd692bdffba03fda04f9979e25431b53e416b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 21:57:53 2020 +0200 patch 8.2.1617: Vim9: cannot pass "true" to win_splitmove() Problem: Vim9: cannot pass "true" to win_splitmove(). Solution: Use dict_get_bool(). (closes https://github.com/vim/vim/issues/6862) Alphabetize test functions.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 22:00:03 +0200
parents 4fd33ca087e1
children faaf88167b58
comparison
equal deleted inserted replaced
22134:9d18db2f508e 22135:f45127fbe9ba
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 1617,
757 /**/ 759 /**/
758 1616, 760 1616,
759 /**/ 761 /**/
760 1615, 762 1615,
761 /**/ 763 /**/