+5
-0
lines changedFilter options
+5
-0
lines changed Original file line number Diff line number Diff line change
@@ -2281,6 +2281,11 @@ Dictionary nvim_eval_statusline(String str, Dict(eval_statusline) *opts, Error *
2281
2281
fillchar = ' ';
2282
2282
} else {
2283
2283
wp = find_window_by_handle(window, err);
2284
+
2285
+
if (wp == NULL) {
2286
+
api_set_error(err, kErrorTypeException, "unknown winid %d", window);
2287
+
return result;
2288
+
}
2284
2289
ewp = wp;
2285
2290
2286
2291
if (fillchar == 0) {
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4