Releases: vimperator/vimperator-labs
Vimperator 3.9
2015-02-15: Missed Valentine's day
* Version 3.9
* We don't override in textboxes anymore, so it does the default
action (which is pasting the clipboard). For Windows and Mac users, this doesn't
change anything. For Linux, this means it pasts the clipboard instead of the X11
selection, but that's actually also the default for most GUI apps on Linux nowadays.
On the other hand, it also fixes an annying bug where the first completion stayed
active when using in the command line.
* Finally remove local file completions from the :open prompt which causes lots of problems (and
slowdowns) for many people. If you want them back, use :set complete=slf
to get back the old default value.
* Make <Ctrl-[> key always behave like key (was missing from the command line handler)
* Add support for :set hintmatching=fuzzy as a new, alternative way for hintmatching.
* Don't display help message in command line for a normal click.
* Keep search history and command line history private in 'Private Browsing' mode (also remove
old, unused 'private' option)
* Fix set encoding= for new Firefoxs (thanks Genki-S)
3.8.3-a5
- Fix facebook text areas like comments and search bar. Also fixes other websites that use content editable divs.
- Make textarea mode more vim-like.
- Move back one character when entering textarea mode.
- Make
t
andf
work closer to what they should be.
3.8.3 alpha 4
Merge pull request #127 from tarjoilija/fix-hints Ignore disabled input elements in hinttags
3.8.3-a3
3.8.3-alpha 2
Merge pull request #79 from kaorimatz/fix-help-tag-highlight-group Fix wrong highlight group of `o' tag in help.xsl
3.8.3 alpha
Some bug fixes.