diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-12-17 21:14:58 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-12-17 21:14:58 +0100 |
commit | 9bc01ebb957d2b30d57bd30d7aee6f1df2a336b0 (patch) | |
tree | 422fefc0a324804c737b11d02a308a14280f334e /src/version.c | |
parent | 8def26a0f5f5535e9af64e715cb80845fc8ec322 (diff) | |
download | vim-git-9bc01ebb957d2b30d57bd30d7aee6f1df2a336b0.tar.gz |
patch 7.4.977v7.4.977
Problem: 'linebreak' does not work properly when using "space" in
'listchars'.
Solution: (Hirohito Higashi, Christian Brabandt)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e034d450f..8289826b6 100644 --- 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, |