vim-patch:7.4.1735

Problem:    It is not possible to only see part of the message history.  It is
            not possible to clear messages.
Solution:   Add a count to ":messages" and a clear argument. (Yasuhiro
            Matsumoto)

451f849fd6
This commit is contained in:
Michael Ennen
2016-11-26 16:34:52 -07:00
parent 3979c6cbed
commit d2be11fbf2
6 changed files with 93 additions and 8 deletions

View File

@@ -1604,7 +1604,7 @@ return {
},
{
command='messages',
flags=bit.bor(TRLBAR, CMDWIN),
flags=bit.bor(EXTRA, TRLBAR, RANGE, CMDWIN),
addr_type=ADDR_LINES,
func='ex_messages',
},