File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -175,10 +175,6 @@ while 1
175175 for val in a [0 ]
176176 call add (script , ' set ' . name . ' =' . val)
177177 call add (script , ' set ' . shortname . ' =' . val)
178-
179- if name == ' verbosefile' && ! empty (val)
180- call add (script , ' call delete("' . val. ' ")' )
181- endif
182178 endfor
183179
184180 " setting an option can only fail when it's implemented.
@@ -192,6 +188,9 @@ while 1
192188
193189 call add (script , ' set ' . name . ' &' )
194190 call add (script , ' set ' . shortname . ' &' )
191+ if name == ' verbosefile'
192+ call add (script , ' call delete("xxx")' )
193+ endif
195194
196195 if name == ' more'
197196 call add (script , ' set nomore' )
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 488 ,
767769/**/
768770 487 ,
769771/**/
You can’t perform that action at this time.
0 commit comments