commit | 96bcc5e6cd90c914c55e1606067fbdee4a981891 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 15:33:59 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 15:33:59 2011 +0200 |
tree | 0629795b141dc8e5fd4e856cadd842357ebd744d | |
parent | 42431a7aa060566f230e20dc43effa0fee16bba4 [diff] [blame] |
updated for version 7.3.149 Problem: The cursor disappears after the processing of the 'setDot' netbeans command when vim runs in a terminal. Solution: Show the cursor after a screen update. (Xavier de Gaye, 2011
diff --git a/src/version.c b/src/version.c index 3b8bd83..d96aa02 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 149, +/**/ 148, /**/ 147,