comparison src/version.c @ 22137:faaf88167b58 v8.2.1618

patch 8.2.1618: Vim9: cannot pass "true" to setloclist() Commit: https://github.com/vim/vim/commit/401f0c07982247cc6d1cd22be08b05c44f7fd040 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 22:37:39 2020 +0200 patch 8.2.1618: Vim9: cannot pass "true" to setloclist() Problem: Vim9: cannot pass "true" to setloclist(). Solution: Use dict_get_bool(). (closes https://github.com/vim/vim/issues/6882)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 22:45:03 +0200
parents f45127fbe9ba
children c7fb7361df33
comparison
equal deleted inserted replaced
22136:f9171654a423 22137:faaf88167b58
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 1618,
757 /**/ 759 /**/
758 1617, 760 1617,
759 /**/ 761 /**/
760 1616, 762 1616,
761 /**/ 763 /**/