1
0
forked from aniani/vim

patch 8.0.0779: :term without an argument uses empty buffer name

Problem:    :term without an argument uses empty buffer name but runs the
            snell.
Solution:   Change the command to the shell earlier.
This commit is contained in:
Bram Moolenaar
2017-07-26 23:11:01 +02:00
parent 4cc93dc85a
commit 293424c199
2 changed files with 5 additions and 3 deletions

View File

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