summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-21 15:46:35 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-21 15:46:35 +0200
commitb382ad13ca50ee57d94150a3be50586d19db4204 (patch)
treee51445201a7bd9b57507eae8ef2d47bec2de1e92 /runtime
parentf50a2533d0e1dfc4c402d44fc387e0efa41f0ec4 (diff)
downloadvim-b382ad13ca50ee57d94150a3be50586d19db4204.zip
"g8" doesn't work properly on a NUL.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt2
-rw-r--r--runtime/doc/version7.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 9987cafff..2a0ce6574 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -30,8 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*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 1a59616c6..ea466cee9 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -7196,5 +7196,7 @@ When using ":lang" to set a locale that uses a comma for decimal separator and
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: