mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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)
This commit is contained in:
@@ -886,7 +886,7 @@ EX(CMD_menutranslate, "menutranslate", ex_menutranslate,
|
||||
EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN,
|
||||
ADDR_LINES),
|
||||
EX(CMD_messages, "messages", ex_messages,
|
||||
TRLBAR|CMDWIN,
|
||||
EXTRA|TRLBAR|RANGE|CMDWIN,
|
||||
ADDR_LINES),
|
||||
EX(CMD_mkexrc, "mkexrc", ex_mkrc,
|
||||
BANG|FILE1|TRLBAR|CMDWIN,
|
||||
|
Reference in New Issue
Block a user