mirror of
https://github.com/vim/vim.git
synced 2025-10-18 07:54:29 -04:00
patch 8.1.0231: :help -? goes to help for -+
Problem: :help -? goes to help for -+. Solution: Add -? to list of special cases. (Hirohito Higashi)
This commit is contained in:
@@ -26,6 +26,11 @@ func Test_help_tagjump()
|
||||
call assert_true(getline('.') =~ '\*:?\*')
|
||||
helpclose
|
||||
|
||||
help -?
|
||||
call assert_equal("help", &filetype)
|
||||
call assert_true(getline('.') =~ '\*-?\*')
|
||||
helpclose
|
||||
|
||||
help FileW*Post
|
||||
call assert_equal("help", &filetype)
|
||||
call assert_true(getline('.') =~ '\*FileWritePost\*')
|
||||
|
Reference in New Issue
Block a user