summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Expand)Author
2006-07-07Don't add space for line numbers twice.Ray Lai
2006-06-18Fix memleak; From Coverity Scan, CID 3135.Jasper Lievisse Adriaanse
2006-05-30avoid double fclose(), from coverity/NetBSD; ok ottoPeter Valchev
2006-05-21Backport fix from nvi 1.81.5: do not go into loop if :set number andOtto Moerbeek
2006-04-28ensure NUL termination after read(); ok rayJared Yanovich
2006-04-22Removes unused variables and rename variables shadowing externalRay Lai
2006-03-20if we're in visual mode reading a command, check the termination valuePeter Valchev
2006-03-15Handle ^C correctly, morph it to escape key so the inputPeter Valchev
2006-03-11Fixes the `optindx' might be used uninitialized in this functionRay Lai
2006-03-11Silence 2 warnings.Ray Lai
2006-03-11Silence 39 warnings.Ray Lai
2006-03-11Silence uninitialized variable warning.Ray Lai
2006-03-11Make FLUSH macro more function-like, so there are no hidden surprises.Ray Lai
2006-03-11Initialize p to NULL to prevent gcc warning.Ray Lai
2006-03-04the theMiod Vallat
2006-02-17Fix use after free. Problem hunted down by wilfried@; ok fgsch@Otto Moerbeek
2006-01-08Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG;Miod Vallat
2006-01-08Fix one more uninitialized variable scenario; from Ray Lai.Miod Vallat
2006-01-08Make sure we can exit from a loop in v_key_init() regardless of the localeMiod Vallat
2006-01-08Appease gcc 3 and the C gods by fixing a couple of undefined statements;Miod Vallat
2006-01-08Explicit braces around macro fields and logical operations, gets rid of 148Miod Vallat
2005-10-17Use queue macros instead of directly accessing fields. ok pat@ "put itOtto Moerbeek
2005-04-21spelling typo in comment;Jason McIntyre
2005-04-21Avoid the "tcsetattr: Interrupted system call" fatal error whenOtto Moerbeek
2005-03-10-v description comes before -w;Jason McIntyre
2005-01-09tidy up FAST STARTUP;Jason McIntyre
2005-01-09better example;Jason McIntyre
2005-01-09better section reference;Jason McIntyre
2005-01-08Fix for FreeBSD PR#12801 from Sven Verdoolaege (nvi maintainer) via FreeBSDPeter Valchev
2005-01-08Move a line of code which was "obviously" misplaced.Peter Valchev
2005-01-08When an error occurs in v_txt(), leave input mode too.Peter Valchev
2005-01-08move the license into the body of the man page;Jason McIntyre
2005-01-07Remove line in copyright declaration that conflicts with the LICENSE file.Todd C. Miller
2004-11-29lowercase for consistency;Jason McIntyre
2004-11-29Spell precede correctly.Jonathan Gray
2004-10-04refer to re_format.7 rather than egrep.1 for a description of EREs;Jason McIntyre
2004-04-09ex is not a screen editor;Jason McIntyre
2004-03-19clarify -c;Jason McIntyre
2004-02-20add `ruler' to the list of helpful options;Jason McIntyre
2004-02-20add section on helpful ex options;Jason McIntyre
2004-02-20cleanup of 6.2: Options, set, and editor startup filesJason McIntyre
2004-02-09point people to ex tutorial;Jason McIntyre
2004-02-09install edit usd;Jason McIntyre
2004-01-30use paper.txt, rather than some arbitrary target;Jason McIntyre
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
2004-01-25install all the catalogs; as cvs forgot to check this file in when those were...Michael Shalayeff
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
2004-01-24document how file recovery works on OBSD;Jason McIntyre