comparison src/version.c @ 14842:7379bc1c3498 v8.1.0433

patch 8.1.0433: mapping can obtain text from inputsecret() commit https://github.com/vim/vim/commit/31cbadf74bccc2a5cd8233bc31bbcfe466b00021 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 25 20:48:57 2018 +0200 patch 8.1.0433: mapping can obtain text from inputsecret() Problem: Mapping can obtain text from inputsecret(). (Tommy Allen) Solution: Disallow CTRL-R = and CTRL-\ e when using inputsecret().
author Christian Brabandt <cb@256bit.org>
date Tue, 25 Sep 2018 21:00:06 +0200
parents 9c94cfe5dd31
children a74786d0370c
comparison
equal deleted inserted replaced
14841:b58eb884380f 14842:7379bc1c3498
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 433,
797 /**/ 799 /**/
798 432, 800 432,
799 /**/ 801 /**/
800 431, 802 431,
801 /**/ 803 /**/