Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-05-15 | 749 Bytes | |
Release 1.2.4 source code.tar.gz | 2022-05-15 | 240.1 kB | |
Release 1.2.4 source code.zip | 2022-05-15 | 448.2 kB | |
Totals: 3 Items | 689.1 kB | 1 |
:notebook_with_decorative_cover: Other Notes
Search a content from frames successfully loaded (#1418)
By https://github.com/ueokande/vim-vixen/pull/1099, the console delays completions in asynchronous. It can occur that is input value does not match the displayed completions. It can occur that is input value does not match the displayed completions. For example, the completion item Site A
is selected, but the input field shows Site B
. The reproduce steps the following:
1. Press o to show :open
command
2. Type some keys
3. Pres Tab key immediately, before the completions are displayed.
This change awaits fetching completions when users press the Tab key to prevent the issue.