1
0
forked from aniani/vim

"g8" doesn't work properly on a NUL.

This commit is contained in:
Bram Moolenaar
2010-05-21 15:46:35 +02:00
parent f50a2533d0
commit b382ad13ca
3 changed files with 11 additions and 10 deletions

View File

@@ -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)

View File

@@ -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: