vim-patch:8.0.0086 (#7118)

Problem:    Cannot add a comment after ":hide". (Norio Takagi)
Solution:   Make it work, add a test. (Hirohito Higashi)

2256c99471
This commit is contained in:
lonerover
2017-08-07 05:00:19 +08:00
committed by Justin M. Keyes
parent 5bec94652c
commit 36ceb9397c
5 changed files with 126 additions and 32 deletions

View File

@@ -1076,7 +1076,7 @@ return {
},
{
command='hide',
flags=bit.bor(BANG, RANGE, NOTADR, COUNT, EXTRA, NOTRLCOM),
flags=bit.bor(BANG, RANGE, NOTADR, COUNT, EXTRA, TRLBAR),
addr_type=ADDR_WINDOWS,
func='ex_hide',
},