mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
vim-patch:9.0.0346: :horizontal modifier not fully supported
Problem: :horizontal modifier not fully supported.
Solution: Also use :horizontal for completion and user commands.
(closes vim/vim#11025)
d3de178e53
This commit is contained in:
@@ -101,6 +101,10 @@ function Test_cmdmods()
|
||||
call assert_equal('vertical', g:mods)
|
||||
vert MyCmd
|
||||
call assert_equal('vertical', g:mods)
|
||||
horizontal MyCmd
|
||||
call assert_equal('horizontal', g:mods)
|
||||
hor MyCmd
|
||||
call assert_equal('horizontal', g:mods)
|
||||
|
||||
aboveleft belowright botright browse confirm hide keepalt keepjumps
|
||||
\ keepmarks keeppatterns lockmarks noautocmd noswapfile silent
|
||||
|
Reference in New Issue
Block a user