| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Choosing ! (replace rest) never advances beyond the current line
and keeps inserting the replacement test, and mg eventually runs
out of memory.
Patch from Mark Willson with minor stylistic tweaks.
Looks good to Hiltjo Posthuma who would have preferred making forward
replacing on empty lines work. Mark argued that this makes it behave
consistently with the current behaviour when searching for ^ and the
point at the beginning of a non-empty line in which case the cursor does
not move either.
Also tested by krw
|
|
|
|
| |
Report & tweak from Hiltjo Posthuma
|
|
|
|
|
|
|
|
| |
behavior.
From Scott Cheloha <scottcheloha@gmail.com>
ok florian@
|
|
|
|
| |
Found by bcallah, thanks!
|
|
|
|
|
|
|
|
|
|
| |
This does the following:
Moves all POSIX headers from sysdef.h into the individual .c files so that
each file now only includes what it needs. All headers are properly sorted.
Moves the remainder of sysdef.h to other files (mostly def.h) and deletes
sysdef.h now that it's no longer contains anything.
Tweak a comment that references sysdef.h so that it no longer does that.
ok florian@
|
|
|
|
| |
ok florian@
|
|
|
|
|
| |
re-search-{backward,forward}.
OK lum
|
|
|
|
|
|
|
|
| |
reported by Han Boetes.
while here, rename re_buff accordingly for consistency.
ok florian@
|
|
|
|
|
|
| |
off, make available an alternative 'visible-bell'.
ok florian@ jasper@ Feedback Sunil Nimmagadda.
|
| |
|
|
|
|
|
|
|
| |
flag: it is for redisplay options only. I need an additional all-purpose
flag, so renaming removes the desire to wrongly overload the existing one.
Turdshine. No functional chage.
|
|
|
|
| |
unintuitive b_linep. No binary change.
|
|
|
|
|
|
| |
WFHARD -> WFFULL (Redraw full window)
WFFORCE -> WFFRAME (Reframe window).
No binary change
|
| |
|
| |
|
|
|
|
| |
leftover (unused) variable.
|
| |
|
|
|
|
|
|
|
|
|
| |
means abort' behaviour added during the hackathon). Eliminates
redundant ereply function, fixes miscellaneous cores when aborting,
and move a number of assumed pathnames into the prompt text, since
they are used there anyway. All changes consistent with emacs behavior
ok beck@ many, many moons ago.
|
|
|
|
| |
ok millert@, deraadt@
|
|
|
|
|
|
| |
with null string is busted" observation.
ok henning@, cloder@
|
|
|
|
|
| |
EFNUL), not ereply.
ok cloder
|
|
|
|
|
|
|
|
|
|
| |
- spelling, punctuation fixes
- variable declaration lineup
- use parentheses for return and sizeof
- K&R function declarations -> ANSI
- other minor code beautification
ok henning@
|
|
|
|
|
|
|
| |
buffer reallocation in veread(). This commit only changes the API.
All the buffers have exactly the same bounds as before for now.
tested by a couple of my very helpful testers!
|
|
|
|
| |
OK vincent@
|
| |
|
|
|
|
|
|
|
| |
* Be a little bit more verbose about some errors
* Fix some memory leaks in fileio.c
ok deraadt@, art@
|
| |
|
|
|
|
| |
ancient compiler.
|
| |
|
| |
|
|
|
|
| |
needs hand fixup. I stopped at keymap.c...
|
|
|
|
| |
a good way to do this.
|
| |
|
|
|
|
| |
Reverse regex searching does not yet work.
|
|
|