mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
api:get_config: don't add border="none" (inactive default)
This commit is contained in:
parent
38d6452899
commit
7b519cd11c
@ -476,8 +476,6 @@ Dictionary nvim_win_get_config(Window window, Error *err)
|
||||
}
|
||||
}
|
||||
PUT(rv, "border", ARRAY_OBJ(border));
|
||||
} else {
|
||||
PUT(rv, "border", STRING_OBJ(cstr_to_string("none")));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user