diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-03-22 16:47:22 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-03-22 16:47:22 +1100 |
commit | 77d57431330b1f73c0125276809d46e982096fb1 (patch) | |
tree | 9baa195bf2a6ee8e5d5be6214c405ab007dbe40a /xulmus/TODO | |
parent | 032b5be2ae232f2b659730994fe8df91d49ba591 (diff) | |
download | pentadactyl-77d57431330b1f73c0125276809d46e982096fb1.tar.gz |
Add some broken commands to TODO#BUGS.
Diffstat (limited to 'xulmus/TODO')
-rw-r--r-- | xulmus/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xulmus/TODO b/xulmus/TODO index c40dc405..1a85e4cd 100644 --- a/xulmus/TODO +++ b/xulmus/TODO @@ -2,10 +2,14 @@ Priority list: 1-9 as in Vim (9 = required for next release, 5 = would be nice, 1 = probably not) BUGS: -- SB doesn't support tab-undo yet so :undo and "u" etc don't work +- broken commands: + - SB doesn't support tab-undo yet so :undo and "u" etc don't work + - :tabduplicate + - :back/H, :forward,L FEATURES: 9 / and ? possibly reusing "Jump to" functionality directly. 8 Playlist/SmartPlaylist operations. 7 extended hint mode for opening links in FF. 5 Check for default extensions and add commands for them. Ex. Last.fm, Seeqpod e.t.c + Wouldn't these be provided as Xulmus plugins like Vimperator does? --djk |