mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 22:07:58 +01:00
vimperator 2.1 released (and changed 'cpt' default from 'sfl' to 'slf')
This commit is contained in:
@@ -812,7 +812,7 @@ function CommandLine() //{{{
|
||||
// TODO: these belong in ui.js
|
||||
options.add(["complete", "cpt"],
|
||||
"Items which are completed at the :[tab]open prompt",
|
||||
"charlist", "sfl",
|
||||
"charlist", "slf",
|
||||
{
|
||||
completer: function (context) [k for each (k in completion.urlCompleters)],
|
||||
validator: Option.validateCompleter
|
||||
|
||||
@@ -2,6 +2,7 @@ Continuous donations:
|
||||
* Daniel Bainton (web hosting)
|
||||
|
||||
2009:
|
||||
* Máté Nagy
|
||||
* Jessica Pavlin
|
||||
* David Wolfe
|
||||
* Sigurdur Finnsson
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#### configuration
|
||||
|
||||
VERSION = 2.1a1pre
|
||||
VERSION = 2.1
|
||||
NAME = vimperator
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
2009-XX-XX:
|
||||
2009-05-21:
|
||||
* version 2.1
|
||||
* IMPORTANT: Default value of 'complete' has been changed from 'sfl' to 'slf'
|
||||
* massively speed up :open completions
|
||||
* TabMixPlus (and other tab extensions) should work much better now
|
||||
together with Vimperator unless you :set guioptions+=[nN]
|
||||
@@ -10,12 +11,12 @@
|
||||
* add 'encoding'
|
||||
* add 'hintinputs'
|
||||
* add :silent
|
||||
* add $MY_VIMPERATORRC // TODO: I still don't like this --mst
|
||||
You're yet to explain why... --djk
|
||||
* add $MY_VIMPERATORRC
|
||||
* add ' and " local marks
|
||||
* add "w" and "W" Normal mode mappings for symmetry with o/O and t/T
|
||||
* add :messclear
|
||||
* add 'maxitems'
|
||||
* as usual many small bug fixes
|
||||
|
||||
2009-03-28:
|
||||
* version 2.0
|
||||
|
||||
@@ -224,7 +224,7 @@ ____
|
||||
|
||||
|
||||
|\'cpt'| |\'complete'|
|
||||
||'complete' 'cpt'|| charlist (default: sfl)
|
||||
||'complete' 'cpt'|| charlist (default: slf)
|
||||
____
|
||||
Items which are completed at the [c]:[tab]open[c] prompt. Available items:
|
||||
|
||||
|
||||
@@ -224,7 +224,7 @@ ____
|
||||
|
||||
|
||||
|\'cpt'| |\'complete'|
|
||||
||'complete' 'cpt'|| charlist (default: sfl)
|
||||
||'complete' 'cpt'|| charlist (default: slf)
|
||||
____
|
||||
Items which are completed at the [c]:[tab]open[c] prompt. Available items:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user