0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2113,
/**/
2112,
/**/