]> granicus.if.org Git - vim/commit
patch 8.1.1375: without "TS" in 'shortmess' get a hit-enter prompt often v8.1.1375
authorBram Moolenaar <Bram@vim.org>
Fri, 24 May 2019 11:11:47 +0000 (13:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 24 May 2019 11:11:47 +0000 (13:11 +0200)
commit984f031fb02fe301a8dbf8a35b871c9f60b8f61e
tree9b6cd362927d00e776e7b476181ee9cbfc3a724b
parentc97582b0296cb6f63f3c2e5a0eb954f5920a8e42
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)
src/main.c
src/search.c
src/testdir/test_search_stat.vim
src/version.c