comparison src/version.c @ 19870:658248b68f7c v8.2.0491

patch 8.2.0491: cannot recognize a <script> mapping using maparg() Commit: https://github.com/vim/vim/commit/2da0f0c445da3c9b35b2a0cd595d10e81ad2a6f9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 1 19:22:12 2020 +0200 patch 8.2.0491: cannot recognize a <script> mapping using maparg() Problem: Cannot recognize a <script> mapping using maparg(). Solution: Add the "script" key. (closes https://github.com/vim/vim/issues/5873)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Apr 2020 19:30:04 +0200
parents a2fa2fc0f403
children 8a7bede7b138
comparison
equal deleted inserted replaced
19869:8c8c7c532424 19870:658248b68f7c
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 491,
741 /**/ 743 /**/
742 490, 744 490,
743 /**/ 745 /**/
744 489, 746 489,
745 /**/ 747 /**/