diff src/version.c @ 7316:6170f4945b83 v7.4.963

commit https://github.com/vim/vim/commit/1c57fe8b9450eb29c3e42a94527d4b7514f853e2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 6 14:53:18 2015 +0100 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 https://github.com/vim/vim/issues/518)
author Christian Brabandt <cb@256bit.org>
date Sun, 06 Dec 2015 15:00:04 +0100
parents 2062247be2d0
children de124c05fe4f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    963,
+/**/
     962,
 /**/
     961,