diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-03-22 13:29:24 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-03-22 13:29:24 +0100 |
commit | e9d4b58dda5ce38389617079722cf9bfcd966599 (patch) | |
tree | 16dd471f418bbbee38c43019f65172bbfd12beaa /src/version.c | |
parent | fd30cd41dc61e293e567ccb83d7ee0ce8fdc14eb (diff) | |
download | vim-git-7.3.140.tar.gz |
updated for version 7.3.140v7.3.140
Problem: Crash when drawing the "$" at end-of-line for list mode just after
the window border and 'cursorline' is set.
Solution: Don't check for 'cursorline'. (Quentin Carbonneaux)
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 30ab39a08..d24bf7dba 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 140, +/**/ 139, /**/ 138, |