summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Collapse)Author
2004-03-19clarify -c;Jason McIntyre
from Vincent Aymeric (NetBSD PR 24676); ok millert@
2004-02-20add `ruler' to the list of helpful options;Jason McIntyre
suggested by millert@
2004-02-20add section on helpful ex options;Jason McIntyre
suggested by and ok millert@
2004-02-20cleanup of 6.2: Options, set, and editor startup filesJason McIntyre
- remove options we don't support - correct default values - nicer formatting of table - remove reference to edit
2004-02-09point people to ex tutorial;Jason McIntyre
2004-02-09install 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-30use paper.txt, rather than some arbitrary target;Jason McIntyre
plus some cleanup;
2004-01-30point people to 13.ex, and remove some unnecessarys from SEE ALSO;Jason McIntyre
2004-01-30install exref; includes updates to sync with current behaviour;Jason McIntyre
fixes, help, and ok millert@
2004-01-25install all the catalogs; as cvs forgot to check this file in when those ↵Michael Shalayeff
were added; millert@ ok
2004-01-24oops. no need for vitut comment;Jason McIntyre
2004-01-24install vi tutorial docs; these have been updated to reflect reality;Jason McIntyre
help and ok millert@
2004-01-24document how file recovery works on OBSD;Jason McIntyre
ok millert@
2004-01-24make 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-15return documented lines option to original (default) value;Jason McIntyre
as pointed out by millert@, it's terminal dependent;
2004-01-15update vi.ref to reflect reality;Jason McIntyre
help and ok millert@
2004-01-14Comment out reference to index.so when we are building index.so itself.Todd C. Miller
With changes by jmc@
2004-01-12Install vi.ref in /usr/share/doc/usd (directories already exist for it).Todd C. Miller
OK jmc@
2004-01-12There 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-12Use a 5n margin on the right & left sides so the text version formats nicely.Todd C. Miller
OK jmc@
2004-01-12Pass groff the -U flag so that building the index works. OK jmc@Todd C. Miller
2004-01-07corrections to SET OPTIONS;Jason McIntyre
2004-01-07s/environmental/environment/;Jason McIntyre
2004-01-07corrections to the EX COMMANDS section;Jason McIntyre
2004-01-02some corrections/improvements to the VI COMMANDS section;Jason McIntyre
2004-01-02use standard section ENVIRONMENT, rather than ENVIRONMENT VARIABLES;Jason McIntyre
from deraadt@
2003-12-31fix -r description now that millert has fixed the code;Jason McIntyre
2003-12-31Both POSIX and the man page says that "vi -r foo" is run where foo does notTodd 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-31mdoc vi(1); also better document current behaviour and add some missingJason McIntyre
commands; feedback and ok millert@ naddy@
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-09-02switch to dynamic fd_set and poll. patch entirely from millert@.Daniel Hartmeier
ok deraadt@, dhartmei@
2003-08-01when the -R option (read-only) is specified, there is no need to printPeter Valchev
a warning that the file is read-only, it's obviously what's expected... ok fgsch henning
2003-07-21Updated license from nvi-1.81.5 since we will be pulling in patches from it.Todd C. Miller
2003-07-21Merge back some changes from skimo's tree, fixes endless recursionsDaniel Hartmeier
in vs_paint() for some option combinations. ok millert@
2003-07-18add missing includesDavid Krause
ok tedu@
2003-07-09Fix double free; eric jacksonTodd C. Miller
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)Anil Madhavapeddy
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-25oopsTheo de Raadt
2003-04-25fix commentTheo de Raadt
2003-04-17eliminate strcpy/sprintf. reviewed by deraadt and millert.Jun-ichiro itojun Hagino
2003-04-15No, vi does not ignore SIGQUITTodd C. Miller
2003-04-15snprintf of courseTheo de Raadt
2003-04-07replace strcpy calls that got inlined by gcc; ↵Theo de Raadt
Hans-Joerg.Hoexer@yerbouti.franken.de
2003-03-10spelling fixesDavid Krause
ok millert@
2003-01-12typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-12-15more writable spelling; torhHenning Brauer
2002-11-23typo: Edieroption->EditieroptionReinhard J. Sammer
ok mickey@
2002-11-19update ru as it was 7bit stripped and add ua and pl; from freebsd, pt out by ↵Michael Shalayeff
glebius@rinet.ru in pr2552