1
0
forked from aniani/vim

patch 8.0.1660: the terminal API "drop" command doesn't support options

Problem:    The terminal API "drop" command doesn't support options.
Solution:   Implement the options.
This commit is contained in:
Bram Moolenaar
2018-04-04 22:57:29 +02:00
parent 1f8495cf48
commit 333b80acf3
10 changed files with 214 additions and 31 deletions

View File

@@ -3161,7 +3161,7 @@ get_fileformat_force(
int c;
if (eap != NULL && eap->force_ff != 0)
c = eap->cmd[eap->force_ff];
c = eap->force_ff;
else
{
if ((eap != NULL && eap->force_bin != 0)