1
0
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:
Bram Moolenaar
2019-10-05 11:30:09 +02:00
parent 4c063dde73
commit 9ca250855b
3 changed files with 21 additions and 3 deletions

View File

@@ -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