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