comparison src/version.c @ 15004:9c2352253376 v8.1.0513

patch 8.1.0513: no error for set diffopt+=algorithm: commit https://github.com/vim/vim/commit/d0721058f494143186f66a60151c9634031a8c96 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 5 21:21:33 2018 +0100 patch 8.1.0513: no error for set diffopt+=algorithm: Problem: No error for set diffopt+=algorithm:. Solution: Check for missing argument. (Hirohito Higashi, closes https://github.com/vim/vim/issues/3598)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Nov 2018 21:30:06 +0100
parents 9ae60773dd03
children 1fd8e32532f7
comparison
equal deleted inserted replaced
15003:bd0d66403ac4 15004:9c2352253376
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 513,
795 /**/ 797 /**/
796 512, 798 512,
797 /**/ 799 /**/
798 511, 800 511,
799 /**/ 801 /**/