commit | 984f031fb02fe301a8dbf8a35b871c9f60b8f61e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 24 13:11:47 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 24 13:11:47 2019 +0200 |
tree | 9b6cd362927d00e776e7b476181ee9cbfc3a724b | |
parent | c97582b0296cb6f63f3c2e5a0eb954f5920a8e42 [diff] [blame] |
patch 8.1.1375: without "TS" in 'shortmess' get a hit-enter prompt often Problem: Without "TS" in 'shortmess' get a hit-enter prompt often. Solution: Always truncate the search message. Also avoid putting it in the message history. (closes #4413)
diff --git a/src/version.c b/src/version.c index e8da844..0fd12fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1375, +/**/ 1374, /**/ 1373,