commit | 6135d0d803084f6c2dd8672df1bef4c6e58f9e19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 20:31:13 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 20:31:13 2016 +0100 |
tree | 7e8bba97b24991b4b4d17d35cbe327ad8648187e | |
parent | 6a06363861fcc6beca6e06b39385da411ce58633 [diff] [blame] |
patch 7.4.1636 Problem: When 'F' is in 'shortmess' the prompt for the encryption key isn't displayed. (Toothpik) Solution: Reset msg_silent.
diff --git a/src/version.c b/src/version.c index 75ae614..d28ad94 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1636, +/**/ 1635, /**/ 1634,