Shougo
Shougo
`scope` field?
OK. I have updated it. But same.
> Why is it important for winnr('$') to return 1 in the presence of floating windows @Shougo? This is not a behavior exclusive to extui. Well, `winnr('$')` is used to...
I think non focus-able floating windows should not count for `winnr()`. If non focus-able windows are counted, users may misunderstand that they can navigate through them with commands like `wincmd`....
> There is nvim_win_get_config()->focusable, but yes these windows do not look different with focusable == false if that's what you mean. I have tested. ``` echo winnr('$') -> 5 echo...
Hm... The debounce seems update candidates later. So it is faster but it is not exactly.
Hm... Why the feature is needed?
So the issue can be closed? It seems old issue.
What means the `word`? The word is non space characters or `\w` characters?