1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 01:42:37 +01:00

website updates

This commit is contained in:
Martin Stubenschrott
2007-04-29 16:31:44 +00:00
parent d4844c2429
commit 2d3795fc5c
2 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ date:
* extension GUID was changed to 'vimperator@mozdev.net' -> YOU WILL HAVE
TO UNINSTALL ANY OLD VIMPERATOR INSTALLATION BEFORE INSTALLING THIS VERSION
* support for 'wildmode' completion setting with support for matching the
longest common substring
longest common substring. Also new 'wildoptions' setting
* added 'f' to the 'complete' option to allow listing of filenames in :open prompt
* changed regexp search to normal text search for completion -> massive speedup, but limited functionality
* support for :open ./ , :open .. and :open ... (patch from Lee Hinman)
'gu' and <BackSpace> goes up a directory component, gU and <C-BackSpace> to the root directory
@@ -13,6 +14,8 @@ date:
* :back! goes to beginning of history now
* diabled firefox 3.0 support for now, as there are just too many small
bugs
* new Makefile instead of build.sh (only important for developers)
* newly designed help page
* :help section supported, :help :set will show help for the :set command
(patch from Viktor Kojouharov)
* :source support, and auto-sourcing ~/.vimperatorrc on startup