Commit 6f93109
Skip automatic copen when height <= 0
copen and cwindow expect a positive number for the window height so we
can use the value 0 to state that the quickfix window should not be
opened or closed automatically
So when setting g:dispatch_quickfix_height to 0, `:Copen` updates the
quickfix list without opening the quickfix window and prevents the
quickfix window from opening on completion of a `:Dispatch` until the
next explicit `:copen`1 parent 1ea256e commit 6f93109
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
1094 | 1097 | | |
1095 | 1098 | | |
1096 | 1099 | | |
| |||
0 commit comments