Some adapters output a blank line as the first line of the dbout buffer, e.g. oracle with sqlplus. In this situation, an error is currently thrown on each execution, as the FileType dbout auto-command calls normal!zo with the cursor on the first line, which is not in a fold.
This PR simply suppresses that error with :silent!
Some adapters output a blank line as the first line of the
dbout
buffer, e.g.oracle
withsqlplus
. In this situation, an error is currently thrown on each execution, as theFileType dbout
auto-command callsnormal!zo
with the cursor on the first line, which is not in a fold.This PR simply suppresses that error with
:silent!