1
0
forked from aniani/vim

patch 8.2.2228: Vim9: cannot use ":e #" because # starts a comment

Problem:    Vim9: cannot use ":e #" because # starts a comment.
Solution:   Support using %% instead of #.
This commit is contained in:
Bram Moolenaar
2020-12-27 16:55:11 +01:00
parent e462f52db3
commit 4389f9cd00
3 changed files with 91 additions and 31 deletions

View File

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