summaryrefslogtreecommitdiff
path: root/runtime/doc/version7.txt
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/doc/version7.txt
parentf50a2533d0e1dfc4c402d44fc387e0efa41f0ec4 (diff)
downloadvim-git-b382ad13ca50ee57d94150a3be50586d19db4204.tar.gz
"g8" doesn't work properly on a NUL.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r--runtime/doc/version7.txt2
1 files changed, 2 insertions, 0 deletions
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: