diff src/version.c @ 7344:68f2cac6b0db v7.4.977

commit https://github.com/vim/vim/commit/9bc01ebb957d2b30d57bd30d7aee6f1df2a336b0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 17 21:14:58 2015 +0100 patch 7.4.977 Problem: 'linebreak' does not work properly when using "space" in 'listchars'. Solution: (Hirohito Higashi, Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 17 Dec 2015 21:15:05 +0100
parents b871e4bdb319
children e88aee1842ba
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 */
 /**/
+    977,
+/**/
     976,
 /**/
     975,