forked from aniani/vim
patch 8.1.2113: ":help expr-!~?" only works after searching
Problem: ":help expr-!~?" only works after searching. Solution: Escape "~" after "expr-". (closes #5015)
This commit is contained in:
@@ -20,6 +20,12 @@ func Test_help_errors()
|
||||
bwipe!
|
||||
endfunc
|
||||
|
||||
func Test_help_expr()
|
||||
help expr-!~?
|
||||
call assert_equal('eval.txt', expand('%:t'))
|
||||
close
|
||||
endfunc
|
||||
|
||||
func Test_help_keyword()
|
||||
new
|
||||
set keywordprg=:help
|
||||
|
||||
Reference in New Issue
Block a user