commit | 31cbadf74bccc2a5cd8233bc31bbcfe466b00021 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 25 20:48:57 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 25 20:48:57 2018 +0200 |
tree | d6a2d087667e6cb4a650cd791945e35f8d11f387 | |
parent | 45c5c86e636edef8ed08d47bf8724efc05108030 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index a009ef0..6c69b17 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 433, +/**/ 432, /**/ 431,