mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 05:35:45 +01:00
updated NEWS file
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
2009-XX-XX:
|
2009-03-28:
|
||||||
* version 2.0 (probably)
|
* version 2.0
|
||||||
* IMPORTANT: For compatibility with vim, guioptions=b has been renamed
|
* IMPORTANT: For compatibility with vim, guioptions=b has been renamed
|
||||||
'B'. 'b' now represents the bottom scrollbar.
|
'B'. 'b' now represents the bottom scrollbar.
|
||||||
* IMPORTANT: :set now sets multiple options, as in Vim. Spaces in values
|
* IMPORTANT: :set now sets multiple options, as in Vim. Spaces in values
|
||||||
must be quoted or escaped.
|
must be quoted or escaped.
|
||||||
* IMPORTANT: Due to much improved autocompletion, changed default 'complete' option
|
* IMPORTANT: Due to much improved autocompletion, changed default 'complete' option
|
||||||
value to 'sfl', listing intelligent Firefox location bar results. Removed possibility
|
value to 'sfl', listing intelligent Firefox location bar results. Using 'b' or 'h'
|
||||||
to use 'h' in 'complete'.
|
might cause problems/massive slowdowns, use with care!
|
||||||
* IMPORTANT: AlwaysHint mode with ;F mode changed the semantics slightly.
|
* IMPORTANT: AlwaysHint mode with ;F mode changed the semantics slightly.
|
||||||
* IMPORTANT: command actions now take an args object, returned from
|
* IMPORTANT: command actions now take an args object, returned from
|
||||||
commands.parseArgs, as their first argument. This will break any commands
|
commands.parseArgs, as their first argument. This will break any commands
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
* add 'exrc'
|
* add 'exrc'
|
||||||
* add 'errorbells'
|
* add 'errorbells'
|
||||||
* add shell command completion for :!
|
* add shell command completion for :!
|
||||||
* add :map <silent> to prevent a mapping from being echoed
|
* add :map <silent> to prevent a mapping from being echoed (might be slow currently, however)
|
||||||
* add guioptions=nN to number tabs
|
* add guioptions=nN to number tabs
|
||||||
* add :loadplugins command
|
* add :loadplugins command
|
||||||
* add . mapping
|
* add . mapping
|
||||||
|
|||||||
Reference in New Issue
Block a user