comparison src/version.c @ 21861:cd8dafe937ba v8.2.1480

patch 8.2.1480: Vim9: skip expression in search() gives error Commit: https://github.com/vim/vim/commit/e15eebd202e739ec7821a0e9c2aa72a445668bb8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 18 19:11:38 2020 +0200 patch 8.2.1480: Vim9: skip expression in search() gives error Problem: Vim9: skip expression in search() gives error. Solution: use tv_get_bool() eval_expr_to_bool(). (closes https://github.com/vim/vim/issues/6729)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Aug 2020 19:15:04 +0200
parents 3e5d0832a2e7
children 809b1e7fbd72
comparison
equal deleted inserted replaced
21860:2b26ea27117d 21861:cd8dafe937ba
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 1480,
757 /**/ 759 /**/
758 1479, 760 1479,
759 /**/ 761 /**/
760 1478, 762 1478,
761 /**/ 763 /**/