summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Expand)Author
2012-12-20use openpty() rather than hand-rolled pty opening code; ok millert@Christian Weisgerber
2012-12-03Fix hang when exiting shell in script mode. OK naddy@Todd C. Miller
2012-01-17flesh out the VI COMMANDS section somewhat;Jason McIntyre
2011-12-28These utilities were already part of 1BSD, and some authors are known.Ingo Schwarze
2011-07-29document vi/ex regular expressions, and where they differ from thoseJason McIntyre
2011-07-10Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid a namespace collisionTodd C. Miller
2011-05-16better document some of the terminology used in the VI COMMANDS section;Jason McIntyre
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2011-04-12better document vi's startup (in terms of environment variablesJason McIntyre
2011-04-10Fix display glitch leading to crash. If we're reformatting, checkMartynas Venckus
2011-03-31add a BUFFERS section, to explain how they work;Jason McIntyre
2011-03-17since we stopped installing the usd docs, it no longer makesJason McIntyre
2011-01-05tyop, pr 6538.Jasper Lievisse Adriaanse
2010-10-18remove references to now removed usd/psd/smm docs;Jason McIntyre
2010-10-17Stop installing me(1) and ms(1) source code.Ingo Schwarze
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2010-09-24add a little padding to make SYNOPSIS line up nicely;Jason McIntyre
2010-07-25^U scrolls backwards, not forwards; from marrob at lavabit comJason McIntyre
2010-07-18remove some nasty hacks;Jason McIntyre
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2010-05-29subsitution -> substitution;Jason McIntyre
2009-11-22Fix for flash defaulting to off, pointed out by jmc.Nicholas Marriott
2009-11-22Change the flash option to be off by default. Now that xterm has the flashNicholas Marriott
2009-11-15do not leak a lot of memory if a small memory allocation fails, found byTheo de Raadt
2009-11-14fix leaks in error paths found by parfaitJonathan Gray
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-20ex(1) and vi(1) are different editors. diff based on the originalIgor Sobrado
2009-06-10Use poll() instead of select(). The sscr_check_input() bit isTodd C. Miller
2009-06-02If the read from the tty fails with EAGAIN, pop back up to the select.Todd C. Miller
2009-04-27It's called `msgcat', not `mesgcat'.Michael Knudsen
2009-04-19fix tagnext and tagprev; from patrick keshishianJason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-02-01Move variable declarations around to compile with gcc 2Miod Vallat
2009-01-28remove undocumented support for "-e" in ex(1).Igor Sobrado
2009-01-28ex(1), vi(1), and view(1) have different synopses; each nex/nvi utilityIgor Sobrado
2008-09-25do not hardcode the editor name in the message displayed by "-r"Igor Sobrado
2008-08-29Fix nvi's cscope support in the case that someone provided a filenameOwain Ainsworth
2008-06-12remove superfluous "usage:" from v_estr().Igor Sobrado
2008-03-28- minor ansificationJasper Lievisse Adriaanse
2008-03-08avoid inifite recursion on certain error conditions; from netbsd;Otto Moerbeek
2008-03-08fix vs_columns() for the "set nu" case. avoids segfaults for very longOtto Moerbeek
2008-03-04fix ifdef DEBUG code; ok krw@ deraadt@Otto Moerbeek
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-10-17remove "unused variable" warningsCharles Longeau
2007-09-14remove some warnings:Charles Longeau
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-07-26Add the correct file descriptor to rdfd when cycling throughTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre