1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 09:08:10 +01:00

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.
This commit is contained in:
Doug Kearns
2009-03-03 02:37:11 +11:00
parent 866940886d
commit 0c8045d134

View File

@@ -23,8 +23,6 @@ BUGS:
equivalent to typing "g" and then <C-g>. equivalent to typing "g" and then <C-g>.
(recent CVS regressions): (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 - visual caret mode is broken, requires a manual page focus first anyway or
else it chucks, I haven't investigated --djk else it chucks, I haven't investigated --djk
- messages is still broken in several ways - needs testing. - messages is still broken in several ways - needs testing.