diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-30 17:24:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-30 17:24:16 +0200 |
commit | 5a4d51e6929b1bb615eaf212a091384cc266b8d7 (patch) | |
tree | c368580da831049b2e7361c6b8a72d49b2b4ea4d /src/version.c | |
parent | 85e932f2ca8830990adffa904401089e4e357c21 (diff) | |
download | vim-5a4d51e6929b1bb615eaf212a091384cc266b8d7.zip |
updated for version 7.3.1277
Problem: In diff mode 'cursorline' also draws in the non-active window.
When 'nu' and 'sbr' are set the 'sbr' string is not underlined.
Solution: Only draw the cursor line in the current window. Combine the
'cursorline' and other highlighting attributes. (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 08e2d7949..a3b0657ef 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1277, +/**/ 1276, /**/ 1275, |