"g8" doesn't work properly on a NUL.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 9987caf..2a0ce65 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -30,8 +30,6 @@
*known-bugs*
-------------------- Known bugs and current work -----------------------
-"g8" doesn't produce right value on NUL. Patch (Dominique Pelle, 2010 May 18)
-
Include cabal and obj syntax files. (Vincent Berthoux, 2010 May 16)
Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 1a59616..ea466ce 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -7196,5 +7196,7 @@
using GTK floating point numbers stop working. Use gtk_disable_setlocale().
(James Vega)
+"g8" didn't produce the right value on a NUL. (Dominique Pelle)
+
vim:tw=78:ts=8:ft=help:norl: