Thayne McCombs
Thayne McCombs
I also get the same error on nvim on archlinux. Neovim version is 0.3.8
It appears that this happens if a search is already running, and the cancel function is called
specifically the `jobstop` function is what causes the invalid argument error
This is done in #24
It is possible to access the root element with `config.lookup("")`, but this is rather awkward.
Actually I am mistaken. Apparantly `"".split('.')` returns `[""]`.
@AdrienLemaire did you create an issue in sway or wlroots for this?
I could make a pull request changing it to use === instead of == or 0 instead of "", but I don't know if either of those changes would break...
Wouldn't removing "~." from my hardware interface, cause DNS resolution to fail (or at least not use those resolvers) if the VPN isn't active? Is there a way to remove...
It also looks like update-systemd-resolved doesn't call `SetDefaultRoute`. Should there be some way to configure this to set that?