commit | ee91c33570008aefd2d62b8f88b22db751acacbe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 25 22:27:35 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 25 22:27:35 2018 +0200 |
tree | cf6bd2e95fc3882caa34d9c6d924daa4b10d2096 | |
parent | 8c63e0ec314ba07d54b881dc629fe19e6eda1fb8 [diff] [blame] |
patch 8.1.0436: can get the text of inputsecret() with getcmdline() Problem: Can get the text of inputsecret() with getcmdline(). (Tommy Allen) Solution: Don't return the text.
diff --git a/src/version.c b/src/version.c index d3b09ea..7f21f2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 436, +/**/ 435, /**/ 434,