[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.6e.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.6e.patch.gz |
Date: |
Thu, 07 Feb 2008 19:13:47 -0500 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
patch by Thomas E. Dickey <address@hidden>
created Fri Feb 8 00:09:06 UTC 2008
------------------------------------------------------------------------------
CHANGES | 16 ++++++++++++++++
MANIFEST | 2 +-
display.c | 6 +++---
doc/filters.doc | 2 +-
estruct.h | 6 ++++--
eval.c | 4 ++--
modes.c | 51 ++++++++++++++++++++++++++++++++++-----------------
patchlev.h | 2 +-
random.c | 4 ++--
region.c | 16 ++++++++--------
revlist | 24 ++++++++++++------------
vile-9.6.spec | 9 +++++++--
x11.c | 9 +++++----
13 files changed, 96 insertions(+), 55 deletions(-)
------------------------------------------------------------------------------
20080207 (e)
> Tom Dickey:
+ reinitialize, rather than free the TBUFF result in run_func(), in
case some caller reuses that value.
+ correct limit-check in xvile's really_draw() function (noted by
valgrind).
+ recompute a list of modes used for name-completion after removing
a submode definition (from test data by Steven Lembark).
+ modify getcol() to compensate for 9.6b change to next_column().
That fix prevents increasing the next-column computation past the
end of the line; while getcol()'s alttabpos computation assumes it
can get the column value of the next character.
+ fix an incorrect reference in chgd_fences() which was exposed by
changing fence-pairs more than once in .vilerc, dating from 5.3l
(report by Steven Lembark).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- [vile] vile-9.6e.patch.gz,
Thomas Dickey <=