comparison src/version.c @ 22109:3785043f8768 v8.2.1604

patch 8.2.1604: Vim9: cannot use "true" with getcompletion() Commit: https://github.com/vim/vim/commit/d217a87755ba01fc626b1c178c682fcd05ab3a28 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 18:31:33 2020 +0200 patch 8.2.1604: Vim9: cannot use "true" with getcompletion() Problem: Vim9: cannot use "true" with getcompletion(). Solution: use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6875)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 18:45:04 +0200
parents 679269735ec3
children ef9ad6556cbc
comparison
equal deleted inserted replaced
22108:8647bba4ccc7 22109:3785043f8768
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 1604,
757 /**/ 759 /**/
758 1603, 760 1603,
759 /**/ 761 /**/
760 1602, 762 1602,
761 /**/ 763 /**/