comparison src/version.c @ 21636:dcfcb6163f3d v8.2.1368

patch 8.2.1368: Vim9: no error for missing white space around operator Commit: https://github.com/vim/vim/commit/ff1cd39cfe62d5089d5e703f4eb290694751ace3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 5 11:51:30 2020 +0200 patch 8.2.1368: Vim9: no error for missing white space around operator Problem: Vim9: no error for missing white space around operator. Solution: Check for white space around <, !=, etc.
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Aug 2020 12:00:04 +0200
parents 3a86e41fdffd
children 5dcdb970111b
comparison
equal deleted inserted replaced
21635:20af1fd0ef58 21636:dcfcb6163f3d
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 1368,
757 /**/ 759 /**/
758 1367, 760 1367,
759 /**/ 761 /**/
760 1366, 762 1366,
761 /**/ 763 /**/