Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-21 | spelling typo in comment; | Jason McIntyre | |
from ray; | |||
2005-04-21 | Avoid the "tcsetattr: Interrupted system call" fatal error when | Otto Moerbeek | |
resizing using a window manager that continously sends resize events. ok camield@ miod@ | |||
2005-03-10 | -v description comes before -w; | Jason McIntyre | |
also a sentence tweak; | |||
2005-01-09 | tidy up FAST STARTUP; | Jason McIntyre | |
2005-01-09 | better example; | Jason McIntyre | |
2005-01-09 | better section reference; | Jason McIntyre | |
2005-01-08 | Fix for FreeBSD PR#12801 from Sven Verdoolaege (nvi maintainer) via FreeBSD | Peter Valchev | |
(an infinite loop at certain case when options "comment" and "leftright" are used) | |||
2005-01-08 | Move a line of code which was "obviously" misplaced. | Peter Valchev | |
This fixes a core dump when auto-completing filenames and at least one of the file names is larger than the screen width. from NetBSD PR and fix by Peter Bex in PR#28382 | |||
2005-01-08 | When an error occurs in v_txt(), leave input mode too. | Peter Valchev | |
Otherwise, (among other things) db_get() thinks it can re-use the TEXT buffers when it's not true, leading to a crash because that TEXT buffer will be released just before it is actually used to create a new one. From NetBSD, fixes NetBSD PR#21797. | |||
2005-01-08 | move the license into the body of the man page; | Jason McIntyre | |
ok millert@ | |||
2005-01-07 | Remove line in copyright declaration that conflicts with the LICENSE file. | Todd C. Miller | |
OK bostic@sleepycat.com | |||
2004-11-29 | lowercase for consistency; | Jason McIntyre | |
from josh weber; ok millert@ | |||
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-10-04 | refer to re_format.7 rather than egrep.1 for a description of EREs; | Jason McIntyre | |
2004-04-09 | ex is not a screen editor; | Jason McIntyre | |
2004-03-19 | clarify -c; | Jason McIntyre | |
from Vincent Aymeric (NetBSD PR 24676); ok millert@ | |||
2004-02-20 | add `ruler' to the list of helpful options; | Jason McIntyre | |
suggested by millert@ | |||
2004-02-20 | add section on helpful ex options; | Jason McIntyre | |
suggested by and ok millert@ | |||
2004-02-20 | cleanup of 6.2: Options, set, and editor startup files | Jason McIntyre | |
- remove options we don't support - correct default values - nicer formatting of table - remove reference to edit | |||
2004-02-09 | point people to ex tutorial; | Jason McIntyre | |
2004-02-09 | install edit usd; | Jason McIntyre | |
this has been updated/reworded to work as an ex tutorial; as usual, much help and patience (and ok) millert@ | |||
2004-01-30 | use paper.txt, rather than some arbitrary target; | Jason McIntyre | |
plus some cleanup; | |||
2004-01-30 | point people to 13.ex, and remove some unnecessarys from SEE ALSO; | Jason McIntyre | |
2004-01-30 | install exref; includes updates to sync with current behaviour; | Jason McIntyre | |
fixes, help, and ok millert@ | |||
2004-01-25 | install all the catalogs; as cvs forgot to check this file in when those ↵ | Michael Shalayeff | |
were added; millert@ ok | |||
2004-01-24 | oops. no need for vitut comment; | Jason McIntyre | |
2004-01-24 | install vi tutorial docs; these have been updated to reflect reality; | Jason McIntyre | |
help and ok millert@ | |||
2004-01-24 | document how file recovery works on OBSD; | Jason McIntyre | |
ok millert@ | |||
2004-01-24 | make vi reference card and vi tutorial easier to find; | Jason McIntyre | |
use -compact for FILES; | |||
2004-01-16 | - point people to vi.ref now that it's installed (and get its name right); | Jason McIntyre | |
- correct a path and Nm; | |||
2004-01-15 | return documented lines option to original (default) value; | Jason McIntyre | |
as pointed out by millert@, it's terminal dependent; | |||
2004-01-15 | update vi.ref to reflect reality; | Jason McIntyre | |
help and ok millert@ | |||
2004-01-14 | Comment out reference to index.so when we are building index.so itself. | Todd C. Miller | |
With changes by jmc@ | |||
2004-01-12 | Install vi.ref in /usr/share/doc/usd (directories already exist for it). | Todd C. Miller | |
OK jmc@ | |||
2004-01-12 | There is no typewriter font in nroff so just use the roman font instead. | Todd C. Miller | |
Fixes bizarre font problems formatting vi.ref via nroff. OK jmc@ | |||
2004-01-12 | Use a 5n margin on the right & left sides so the text version formats nicely. | Todd C. Miller | |
OK jmc@ | |||
2004-01-12 | Pass groff the -U flag so that building the index works. OK jmc@ | Todd C. Miller | |
2004-01-07 | corrections to SET OPTIONS; | Jason McIntyre | |
2004-01-07 | s/environmental/environment/; | Jason McIntyre | |
2004-01-07 | corrections to the EX COMMANDS section; | Jason McIntyre | |
2004-01-02 | some corrections/improvements to the VI COMMANDS section; | Jason McIntyre | |
2004-01-02 | use standard section ENVIRONMENT, rather than ENVIRONMENT VARIABLES; | Jason McIntyre | |
from deraadt@ | |||
2003-12-31 | fix -r description now that millert has fixed the code; | Jason McIntyre | |
2003-12-31 | Both POSIX and the man page says that "vi -r foo" is run where foo does not | Todd C. Miller | |
exist and has no recovery file that vi shall present an error and edit foo as a new file. This change makes the behavior match the documentation; previously it just spat out an error and quit. Problem found by jmc@ | |||
2003-12-31 | mdoc vi(1); also better document current behaviour and add some missing | Jason McIntyre | |
commands; feedback and ok millert@ naddy@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-09-02 | switch to dynamic fd_set and poll. patch entirely from millert@. | Daniel Hartmeier | |
ok deraadt@, dhartmei@ | |||
2003-08-01 | when the -R option (read-only) is specified, there is no need to print | Peter Valchev | |
a warning that the file is read-only, it's obviously what's expected... ok fgsch henning | |||
2003-07-21 | Updated license from nvi-1.81.5 since we will be pulling in patches from it. | Todd C. Miller | |
2003-07-21 | Merge back some changes from skimo's tree, fixes endless recursions | Daniel Hartmeier | |
in vs_paint() for some option combinations. ok millert@ |