commit | bd65c4647874e32c91a0d32c828fe6de445e5502 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 20:18:33 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 20:18:33 2013 +0200 |
tree | 05d8b53dea3c347d65f0e869399ef5568e628106 | |
parent | 0e710d603e8ca42f746cd3862ed4022802e66110 [diff] [blame] |
updated for version 7.3.1282 Problem: 'cursorline' not drawn in any other window. (Charles Campbell) Solution: Do draw the cursor line in other windows.
diff --git a/src/version.c b/src/version.c index 5cd95de..9647ed3 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1282, +/**/ 1281, /**/ 1280,