From b382ad13ca50ee57d94150a3be50586d19db4204 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 21 May 2010 15:46:35 +0200 Subject: "g8" doesn't work properly on a NUL. --- runtime/doc/todo.txt | 2 -- runtime/doc/version7.txt | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') 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: -- cgit v1.2.3