commit | 9c2e6cc6edb939828032c9179fe05b57fa84a384 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 06 12:14:48 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 06 12:14:48 2013 +0100 |
tree | c4b618e124479c4d567ea6c1ff04aa064d04c95d | |
parent | 39d7d51bcdc0edd8eb3034a9d094511b7b75e9e1 [diff] [blame] |
updated for version 7.3.799 Problem: The color column is not correct when entering a buffer. (Ben Fritz) Solution: Call check_colorcolumn() if 'textwidth' changed. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 2f17d2c..7689b56 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 799, +/**/ 798, /**/ 797,