[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.6o.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.6o.patch.gz |
Date: |
Sun, 01 Jun 2008 20:55:06 -0400 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
patch by Thomas E. Dickey <address@hidden>
created Mon Jun 2 00:48:35 UTC 2008
------------------------------------------------------------------------------
CHANGES | 23 +++++++++++
MANIFEST | 2
doc/filters.doc | 4 +
edef.h | 4 +
estruct.h | 19 ++++++++-
eval.c | 53 +++++++++++++++++++------
filters/pl-filt.c | 33 ++++++++++++++--
filters/sh-filt.l | 87 +++++++++++++++++++++++++++++++-----------
glob.c | 107 +++++++++++++++++++++++++++++-----------------------
insert.c | 16 +++++--
main.c | 4 +
modes.c | 13 +++---
patchlev.h | 2
revlist | 40 +++++++++----------
vile-9.6.spec | 9 +++-
vile.hlp | 64 ++++++++++++++++++++++---------
w32ole.cpp | 9 +++-
w32ole.h | 3 -
winvile.odl | 5 ++
wvwrap.cpp | 52 +++++++++++--------------
20 files changed, 377 insertions(+), 172 deletions(-)
------------------------------------------------------------------------------
20080601 (o)
> Tom Dickey:
+ simplify wvlwrap.exe by disabling globbing temporarily. This allows
opening files whose names contain square brackets.
+ improve checks in SetVarValue() and PromptAndSet() to ensure that a
mode is actually found, and checking whether a '$' prefix is used.
+ modify fsm_complete() to lowercase the test-string, making it
simpler to save a boolean mode-value in a variable and restore it by
assignment. This works because all of the enumerations use
lowercase names.
+ suppress part of wildcard expansion in call to expand_wild_args(),
e.g., for command-line of winvile, since that interferes with
reading file whose names contain square brackets.
+ modify wrapmargin mode to use negative values as a count from the
left of the screen (discussion by Chris Green, Paul Fox).
+ make perlpod sections more readable by highlighting the control
lines (request by Steven Lembark).
+ improve here-document parsing in sh-filt.l to work with "words"
which contain blanks.
+ expand description of command-line history in vile.hlp
+ document change to ".abbrev" and ".brief" in doc/filters.doc
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [vile] vile-9.6o.patch.gz,
Thomas Dickey <=