commit | 1c57fe8b9450eb29c3e42a94527d4b7514f853e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 14:53:18 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 14:53:18 2015 +0100 |
tree | dfedf9ff5bba94e16f91ebf3014b105ecfb2ff33 | |
parent | 2c5e8e80eacf491d4f266983f534a77776c7ae83 [diff] [blame] |
patch 7.4.963 Problem: test_listlbr_utf8 sometimes fails. Solution: Don't use a literal multibyte character but <C-V>uXXXX. Do not dump the screen highlighting. (Christian Brabandt, closes #518)
diff --git a/src/version.c b/src/version.c index af22fb0..b18ea02 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 963, +/**/ 962, /**/ 961,