diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-03-03 02:37:11 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-03-03 02:37:11 +1100 |
commit | 0c8045d134711c87bd496c252e730f0031af236d (patch) | |
tree | c8bceb36a683b24111f5a26743e94c8a3f9a786f | |
parent | 866940886d4f73779ec07c5a55b207f261bafeea (diff) | |
download | pentadactyl-0c8045d134711c87bd496c252e730f0031af236d.tar.gz |
Remove TODO item regarding 'flashblock' query return value.
The problem lies with the plugin. The 'flashblock' setter is returning a
string rather than a boolean.
-rw-r--r-- | vimperator/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vimperator/TODO b/vimperator/TODO index be67703e..c2175204 100644 --- a/vimperator/TODO +++ b/vimperator/TODO @@ -23,8 +23,6 @@ BUGS: equivalent to typing "g" and then <C-g>. (recent CVS regressions): -- :set noflashblock seems broken (= :set fb? afterwards says "fb"), let's see if that's a - plugin or a vimp issue. - visual caret mode is broken, requires a manual page focus first anyway or else it chucks, I haven't investigated --djk - messages is still broken in several ways - needs testing. |