commit | b382ad13ca50ee57d94150a3be50586d19db4204 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 21 15:46:35 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 21 15:46:35 2010 +0200 |
tree | e51445201a7bd9b57507eae8ef2d47bec2de1e92 | |
parent | f50a2533d0e1dfc4c402d44fc387e0efa41f0ec4 [diff] [blame] |
"g8" doesn't work properly on a NUL.
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: