mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
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:

committed by
Justin M. Keyes

parent
5bec94652c
commit
36ceb9397c
@@ -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',
|
||||
},
|
||||
|
Reference in New Issue
Block a user