summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some references, most of these were removed when we stopped buildingjsg2021-03-081-2/+10
| | | | | | and installing USD/SMM/PSD docs. jmc@ agrees with the direction, ok millert@ on an earlier diff
* Correct one statement about how the 'm' command works, talk lessschwarze2020-05-241-31/+33
| | | | | | | | | | about ancient terminals, employ the more usual term "caret" rather than "up-arrow", and fix a few minor nits. Patch from Andras Farkas <deepbluemistake at gmail dot com>. Just committing right away because we don't currently install this file, but maybe we might in the future.
* Add an expandtab option, similar to what vim supports.millert2020-04-302-4/+32
| | | | | | | If set, expands tabs to spaces in insert mode as well as when shifting and indenting/outdenting. If quoted with ^V, a literal tab is inserted. Adapted from NetBSD, but this implementation more closely matches vim's behavior. OK dlg@
* better link "set" and "SET OPTIONS";jmc2019-10-041-6/+9
| | | | | | original diff from sven falempin, tweaked a bit by myself; ok sthen
* Also apply stricter pledge when secure mode is set via rc file or command.martijn2019-05-211-3/+4
| | | | | | Pointed out by jesper <at> ifconfig <dot> se OK brynet@
* Simplify documentation of split-screen mode, avoiding abuse of []schwarze2018-02-121-39/+40
| | | | | | | | | to sometimes mean "character set", which conflicts with the normal meaning of "optional element" in manual pages. While here, add a few related clarifications and tweak a few details. Triggered by a minor bug report from <trondd at kagu-tsuchi dot com>, and by bentley@ subsequently pointing out the abuse of []. Patch using input from jmc@, who also agreed with some previous versions.
* Do not treat comma as part of the command modifier.anton2017-08-221-4/+4
| | | | ok schwarze@
* avoid double space caused by end-of-sentence detection; requested by jmc@schwarze2017-07-051-3/+2
|
* nits about trailing punctuation found with mandoc -Tlintschwarze2017-07-051-3/+3
|
* markup fixes;jmc2017-07-031-5/+5
|
* Remove settings that were unimplemented for 20 years; update STANDARDS.bentley2017-07-031-33/+36
| | | | ok jmc@ natano@
* Add mdoc(7) macros to vi's built-in lists of roff paragraph/section macros.bentley2017-06-301-4/+4
| | | | ok jmc@, no objection schwarze@
* Better document the :s ex command and its variants.bentley2017-06-201-33/+72
| | | | ok jmc@
* "10th's of a second" -> "tenths of a second"bentley2017-06-151-5/+5
| | | | ok jmc@
* /tmp and /var/tmp are the same, consistently use the former in bothsobrado2016-08-084-11/+11
| | | | | | build/recover and documentation. ok millert@, tb@, martijn@ and schwarze@
* Remove vi's "directory" option and TMPDIR support.bentley2016-08-012-17/+3
| | | | ok jung@
* Revert CHAR_T removal. Some signedness flaws were introduced.martijn2016-05-271-9/+10
| | | | Found the hard way by jca@
* Remove CHAR_T in favor of native types.martijn2016-05-021-10/+9
| | | | | schwarze@ agrees with the direction. Few tweaks and OK tb@
* avoid special characters; from michael reedjmc2016-02-091-7/+7
|
* Remove msgcat from the documentation.millert2016-01-065-54/+18
|
* Update the other documentation to match the new filec default.bentley2015-11-241-2/+2
| | | | | | | requested by and ok jmc@ (a sign that these files really need to be merged into the manpage so they don't get any more stale...)
* Turn on filename tab completion in vi by default.bentley2015-11-241-3/+3
| | | | | | From FreeBSD. ok claudio@ tb@
* Remove cscope references in documentation.bentley2015-11-234-192/+6
| | | | requested by and ok jmc@
* Remove cscope support in vi.bentley2015-11-192-11/+3
| | | | | It makes no sense to keep support for a non-base tool in base, especially for a feature that few if any people use.
* Avoid .Ns right after .Pf, it's pointless.schwarze2015-09-141-7/+7
| | | | In some cases, do additional cleanup in the immediate vicinity.
* Don't use the wrong escape for < and >. Tweak wording to match the page.bentley2015-03-171-5/+5
| | | | From Theo Buehler.
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
| | | | | "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
* Reduce usage of predefined strings in manpages.bentley2015-02-281-4/+4
| | | | | | | | | | | Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@
* Remove the vi perl api.bentley2014-11-202-136/+1
| | | | | | | There have been various build errors for coming on two years now. It doesn't work and nobody has expressed any interest in saving it. From natano; ok millert@
* from natano:tedu2014-11-141-1/+0
| | | | | | | The 'tcl' command in vi does nothing, except to print the message "Vi was not loaded with a Tcl interpreter". Printing the standard message for unknown commands would be equally descriptive with the benefit of reducing code size.
* flesh out the VI COMMANDS section somewhat;jmc2012-01-171-66/+338
| | | | diff from Alexis Fouilhe; help/ok sobrado
* These utilities were already part of 1BSD, and some authors are known.schwarze2011-12-281-2/+11
| | | | | | | | | | | | | All facts from the CSRG archive CD 1, also available from minnie.tuhs.org. Feedback and OK sobrado@, ok jmc@. Kirk McKusick writes: "Bill usually used "Bill Joy" when listing author information. Only occationally did he choose to use William Joy. So, I would recommend using Bill Joy." So i'm using that here even though some of the original files related to this commit do contain the form "William Joy".
* document vi/ex regular expressions, and where they differ from thosejmc2011-07-291-3/+91
| | | | | | | documented in re_format(7); diff from alexis fouilhe, and verified/tweaked by sobrado; ok millert otto
* better document some of the terminology used in the VI COMMANDS section;jmc2011-05-161-26/+51
| | | | from Alexis Fouilhe
* no need to escape `|'; as discussed with schwartzejmc2011-05-021-5/+5
|
* better document vi's startup (in terms of environment variablesjmc2011-04-121-10/+40
| | | | | | | and config files); diff from Alexis Fouilhe verified by millert
* add a BUFFERS section, to explain how they work;jmc2011-03-311-2/+113
| | | | from Alexis Fouilhe - many thanks to him for his work on this
* since we stopped installing the usd docs, it no longer makesjmc2011-03-171-5/+2
| | | | | | sense for DESCRIPTION to point to SEE ALSO; from Alexis Fouilhe
* tyop, pr 6538.jasper2011-01-051-1/+1
|
* remove references to now removed usd/psd/smm docs;jmc2010-10-181-51/+2
|
* various EXIT STATUS fixes; from Daniel Dickmanjmc2010-09-291-5/+9
|
* add a little padding to make SYNOPSIS line up nicely;jmc2010-09-241-3/+3
|
* ^U scrolls backwards, not forwards; from marrob at lavabit comjmc2010-07-251-3/+3
|
* remove some nasty hacks;jmc2010-07-181-6/+6
|
* More delimiters that need quoting inside macros, hunted down by jmc@,schwarze2010-07-151-3/+3
| | | | who asked me to commit because he is just running out of the door.
* subsitution -> substitution;jmc2010-05-291-1/+1
| | | | from Yoshihiro Ota, freebsd pr bin/130874
* Fix for flash defaulting to off, pointed out by jmc.nicm2009-11-221-2/+2
|
* Change the flash option to be off by default. Now that xterm has the flashnicm2009-11-221-3/+3
| | | | | | | capability in terminfo, vi was using it instead of beeping, but it is too slow for some machines. ok deraadt
* ex(1) and vi(1) are different editors. diff based on the originalsobrado2009-10-201-3/+3
| | | | | | | | | | | printed edition of the User's Reference Manual from USENIX and O'Reilly. 4.4BSD had exactly this, that is much more accurate than our current description (while here, Jason observed that both FreeBSD and NetBSD do the same). tweaked by jmc@ ok jmc@
* It's called `msgcat', not `mesgcat'.mk2009-04-271-3/+3
| | | | speedy ok millert