Skip to content

Releases: vimperator/vimperator-labs

Vimperator 3.9

15 Feb 15:58
Compare
Choose a tag to compare

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

17 Jan 23:03
Compare
Choose a tag to compare
3.8.3-a5 Pre-release
Pre-release
  • 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 and f work closer to what they should be.

3.8.3 alpha 4

17 Jan 19:54
Compare
Choose a tag to compare
3.8.3 alpha 4 Pre-release
Pre-release
Merge pull request #127 from tarjoilija/fix-hints

Ignore disabled input elements in hinttags

3.8.3-a3

21 Dec 17:52
Compare
Choose a tag to compare
3.8.3-a3 Pre-release
Pre-release
fix: don't display help message on click event. Fix #124

3.8.3-alpha 2

01 Nov 22:58
Compare
Choose a tag to compare
3.8.3-alpha 2 Pre-release
Pre-release
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

25 Jun 01:54
Compare
Choose a tag to compare
3.8.3 alpha Pre-release
Pre-release

Some bug fixes.