]> git.gir.st - VimFx.git/commit
Blur the location bar consistently
authorSimon Lydell <simon.lydell@gmail.com>
Wed, 9 Nov 2016 07:07:17 +0000 (08:07 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Wed, 9 Nov 2016 07:09:05 +0000 (08:09 +0100)
commitd7defc96e99ccfefdbf68a9c14833c9baceaea39
tree9312d9b4b5be71f05dac9945c9de5bf5ecfb91d6
parentb6359c3584ba185d41e6cb2df78c52ddc2cf13e9
Blur the location bar consistently

Refs. #831: Let's say you added the custom command that focuses the
location bar, sets its text to '% ' and opens the autocomplete popup.
You set the shortcut to `q`. If you then press `q<escape>`, you'll end
up with '% ' being left in the location bar. Usually, the location bar
is cleared when blurring it. This is because of that the autocomplete
popup is open. This commit makes sure to close the location bar
autocomplete popup before blurring, fixing the problem.
extension/lib/commands.coffee
Imprint / Impressum