comparison src/version.c @ 21186:34667dc9207b v8.2.1144

patch 8.2.1144: Vim9: return type of reverse() is any Commit: https://github.com/vim/vim/commit/67627355accff4af4f2a7e727c77ea8df675636e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 5 21:10:24 2020 +0200 patch 8.2.1144: Vim9: return type of reverse() is any Problem: Vim9: return type of reverse() is any. Solution: Use the type of the first argument.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 21:15:04 +0200
parents 2113e94dc726
children d73b6ba20053
comparison
equal deleted inserted replaced
21185:dfaeb84dfb9c 21186:34667dc9207b
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 1144,
757 /**/ 759 /**/
758 1143, 760 1143,
759 /**/ 761 /**/
760 1142, 762 1142,
761 /**/ 763 /**/