]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.739 v7.4.739
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Jun 2015 10:08:13 +0000 (12:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Jun 2015 10:08:13 +0000 (12:08 +0200)
commitacc39888cddbc8082fb3b89c1a46646bdca55e42
treef050ddafc02186840f60f5be98330cfca4518490
parentd710e0d2478e7f813562bfb084406d524bfecd19
patch 7.4.739
Problem:    In a string "\U" only takes 4 digits, while after CTRL-V U eight
            digits can be used.
Solution:   Make "\U" also take eight digits. (Christian Brabandt)
src/eval.c
src/version.c