File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -10954,7 +10954,7 @@ arg_all(void)
1095410954#ifndef BACKSLASH_IN_FILENAME
1095510955 || * p == '\\'
1095610956#endif
10957- )
10957+ || * p == '`' )
1095810958 {
1095910959 /* insert a backslash */
1096010960 if (retval != NULL )
Original file line number Diff line number Diff line change @@ -1375,6 +1375,14 @@ func Test_edit_complete_very_long_name()
13751375 set swapfile &
13761376endfunc
13771377
1378+ func Test_edit_backtick ()
1379+ next a \` b c
1380+ call assert_equal (' a`b' , expand (' %' ))
1381+ next
1382+ call assert_equal (' c' , expand (' %' ))
1383+ call assert_equal (' a\`b c' , expand (' ##' ))
1384+ endfunc
1385+
13781386func Test_edit_quit ()
13791387 edit foo.txt
13801388 split
Original file line number Diff line number Diff line change @@ -798,6 +798,8 @@ static char *(features[]) =
798798
799799static int included_patches [] =
800800{ /* Add new patch number below this line */
801+ /**/
802+ 219 ,
801803/**/
802804 218 ,
803805/**/
You can’t perform that action at this time.
0 commit comments