1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 23:58:00 +01:00

more option value completion.

This commit is contained in:
Tim Hammerquist
2008-06-19 22:43:36 +00:00
parent c55d7b51d0
commit 66fce80127

1
NEWS
View File

@@ -14,6 +14,7 @@
completions without the need to press the tab key
* new argument parser for ex commands, should tell better error messages when
you do things like :bmark -tag=a,b instead of :bmark -tags=a,b
* some option values can be tab-completed now; e.g., :set wim=<tab>
* :bdelete accepts an optional argument now
* renamed some :autocmd, mainly BrowserStartup -> Startup and BrowserExit -> Quit
* don't pass any ctrl- or alt- prefixed keys to firefox in insert mode