A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/e850a929864508864ee52abcbac9579a6a2d2f28 below:

error if nvim_eval_statusline given invalid winid · neovim/neovim@e850a92 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+5

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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