Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Release 1.2.4

Latest
Compare
Choose a tag to compare
@ueokande ueokande released this 15 May 01:45
· 2 commits to master since this release

πŸ“” Other Notes

Search a content from frames successfully loaded (#1418)

By #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.