1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 01:55:46 +01:00

Fix zero-argument :qmarks form. Closes issue #26.

This commit is contained in:
Kris Maglione
2010-09-27 11:35:01 -04:00
parent 3d5f29fa59
commit e539e0b7ed
5 changed files with 25 additions and 20 deletions

View File

@@ -41,6 +41,7 @@
* Added 'autocomplete' option for specifying which completion
groups should be auto-completed.
* Added 'banghist' option.
* Added BookmarkChange, BookmarkRemove autocommands.
* Added -keyword, -tags, -title to :delbmarks
* Added 'hintkeys' option.
* Replaced 'focuscontent' with 'strictfocus'.

View File

@@ -25,11 +25,6 @@ BUGS:
(recent Mercurial regressions):
9 about:pentadactyl is currently about:undefined
- messages is still broken in several ways - needs testing.
=> it often overwrites the open command line while editing etc.
- :messages is _very_ slow for message history of several thousand lines ->
Unresponsive Script: util.js:79 (sometimes xmlToDom() and elsewhere)
FEATURES:
9 Add quoting help tag
8 Document Caret and Visual modes.