|
Karsten Hopp |
7553f8 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
7553f8 |
Subject: patch 7.0.226
|
|
Karsten Hopp |
7553f8 |
Fcc: outbox
|
|
Karsten Hopp |
7553f8 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
7553f8 |
Mime-Version: 1.0
|
|
Karsten Hopp |
7553f8 |
Content-Type: text/plain; charset=ISO-8859-1
|
|
Karsten Hopp |
7553f8 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
7553f8 |
------------
|
|
Karsten Hopp |
7553f8 |
|
|
Karsten Hopp |
7553f8 |
Patch 7.0.226
|
|
Karsten Hopp |
7553f8 |
Problem: Display flickering when updating signs through the netbeans
|
|
Karsten Hopp |
7553f8 |
interface. (Xavier de Gaye)
|
|
Karsten Hopp |
7553f8 |
Solution: Remove the redraw_later(CLEAR) call.
|
|
Karsten Hopp |
7553f8 |
Files: src/netbeans.c
|
|
Karsten Hopp |
7553f8 |
|
|
Karsten Hopp |
7553f8 |
|
|
Karsten Hopp |
7553f8 |
*** ../vim-7.0.225/src/netbeans.c Tue Nov 14 18:29:00 2006
|
|
Karsten Hopp |
7553f8 |
--- src/netbeans.c Sat Apr 21 18:14:00 2007
|
|
Karsten Hopp |
7553f8 |
***************
|
|
Karsten Hopp |
7553f8 |
*** 2143,2150 ****
|
|
Karsten Hopp |
7553f8 |
coloncmd(":sign jump %d buffer=%d", serNum,
|
|
Karsten Hopp |
7553f8 |
buf->bufp->b_fnum);
|
|
Karsten Hopp |
7553f8 |
}
|
|
Karsten Hopp |
7553f8 |
- /* XXX only redraw what changed. */
|
|
Karsten Hopp |
7553f8 |
- redraw_later(CLEAR);
|
|
Karsten Hopp |
7553f8 |
#endif
|
|
Karsten Hopp |
7553f8 |
/* =====================================================================*/
|
|
Karsten Hopp |
7553f8 |
}
|
|
Karsten Hopp |
7553f8 |
--- 2143,2148 ----
|
|
Karsten Hopp |
7553f8 |
*** ../vim-7.0.225/src/version.c Thu Apr 26 10:55:46 2007
|
|
Karsten Hopp |
7553f8 |
--- src/version.c Thu Apr 26 11:00:01 2007
|
|
Karsten Hopp |
7553f8 |
***************
|
|
Karsten Hopp |
7553f8 |
*** 668,669 ****
|
|
Karsten Hopp |
7553f8 |
--- 668,671 ----
|
|
Karsten Hopp |
7553f8 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
7553f8 |
+ /**/
|
|
Karsten Hopp |
7553f8 |
+ 226,
|
|
Karsten Hopp |
7553f8 |
/**/
|
|
Karsten Hopp |
7553f8 |
|
|
Karsten Hopp |
7553f8 |
--
|
|
Karsten Hopp |
7553f8 |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
7553f8 |
15. Your heart races faster and beats irregularly each time you see a new WWW
|
|
Karsten Hopp |
7553f8 |
site address in print or on TV, even though you've never had heart
|
|
Karsten Hopp |
7553f8 |
problems before.
|
|
Karsten Hopp |
7553f8 |
|
|
Karsten Hopp |
7553f8 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
7553f8 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
7553f8 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
7553f8 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|