mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 04:25:45 +01:00
website updates
This commit is contained in:
@@ -4,7 +4,8 @@ date:
|
|||||||
* extension GUID was changed to 'vimperator@mozdev.net' -> YOU WILL HAVE
|
* extension GUID was changed to 'vimperator@mozdev.net' -> YOU WILL HAVE
|
||||||
TO UNINSTALL ANY OLD VIMPERATOR INSTALLATION BEFORE INSTALLING THIS VERSION
|
TO UNINSTALL ANY OLD VIMPERATOR INSTALLATION BEFORE INSTALLING THIS VERSION
|
||||||
* support for 'wildmode' completion setting with support for matching the
|
* 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
|
* changed regexp search to normal text search for completion -> massive speedup, but limited functionality
|
||||||
* support for :open ./ , :open .. and :open ... (patch from Lee Hinman)
|
* 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
|
'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
|
* :back! goes to beginning of history now
|
||||||
* diabled firefox 3.0 support for now, as there are just too many small
|
* diabled firefox 3.0 support for now, as there are just too many small
|
||||||
bugs
|
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
|
* :help section supported, :help :set will show help for the :set command
|
||||||
(patch from Viktor Kojouharov)
|
(patch from Viktor Kojouharov)
|
||||||
* :source support, and auto-sourcing ~/.vimperatorrc on startup
|
* :source support, and auto-sourcing ~/.vimperatorrc on startup
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<Description>
|
<Description>
|
||||||
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
||||||
<em:minVersion>2.0</em:minVersion>
|
<em:minVersion>2.0</em:minVersion>
|
||||||
<em:maxVersion>3.0</em:maxVersion>
|
<em:maxVersion>2.1</em:maxVersion>
|
||||||
</Description>
|
</Description>
|
||||||
</em:targetApplication>
|
</em:targetApplication>
|
||||||
</Description>
|
</Description>
|
||||||
|
|||||||
Reference in New Issue
Block a user