summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some references, most of these were removed when we stopped buildingjsg2021-03-081-2/+10
* satisfy -fno-common by repairing one enum declderaadt2021-01-262-3/+5
* Correct one statement about how the 'm' command works, talk lessschwarze2020-05-241-31/+33
* Add an expandtab option, similar to what vim supports.millert2020-04-306-25/+79
* better link "set" and "SET OPTIONS";jmc2019-10-041-6/+9
* In secure mode (-S), skip sending mail when executing the :pre[serve]schwarze2019-07-221-1/+10
* Also apply stricter pledge when secure mode is set via rc file or command.martijn2019-05-214-7/+22
* Fix a crash on long lines when switching to another file bymillert2019-01-241-1/+3
* Use the strict pragma for better warnings.millert2018-09-171-10/+12
* Remove cscope leftover and a stray comma.bentley2018-07-131-4/+4
* Unused variable.krw2018-07-131-2/+1
* Remove an old and false comment. REALLOC now free(3)s the code if reallocmartijn2018-07-111-5/+1
* Simplify documentation of split-screen mode, avoiding abuse of []schwarze2018-02-123-76/+58
* The recover script should have the same sanity checks as recover.c.millert2018-02-031-2/+7
* Enable the awk scripts to generate ex_def.h and options_def.h.martijn2017-12-145-160/+33
* Fix segfault which could be triggered by deleting a backwards sentence ifmestre2017-11-261-9/+11
* When tracing is compiled in make sure it flushes its content to disk asmartijn2017-11-102-2/+4
* Fix a use after free when sending SIGHUP or SIGTERM to vi when in editingmartijn2017-11-101-3/+3
* Add rcv_openat() function that does the open, makes sure it is amillert2017-11-101-59/+61
* Avoid using system(3) when running "sendmail -t". We already havemillert2017-11-101-10/+33
* Do not treat comma as part of the command modifier.anton2017-08-221-4/+4
* Silence some warnings generated by clang.martijn2017-07-311-12/+15
* Replace usage of strtol() with strtonum().anton2017-07-201-26/+8
* 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-037-109/+45
* Add mdoc(7) macros to vi's built-in lists of roff paragraph/section macros.bentley2017-06-302-7/+7
* Fix a check in ADD_SPACE_{GOTO,RET} that potentially allowed for amartijn2017-06-241-3/+3
* Better document the :s ex command and its variants.bentley2017-06-201-33/+72
* "10th's of a second" -> "tenths of a second"bentley2017-06-151-5/+5
* Use openat() and unlinkat() instead of chdir()ing to the recovery dir.millert2017-06-121-12/+12
* Remove extraneous ", NULL" in the assignment of msgstr which wasmillert2017-04-261-2/+2
* free(NULL) is ok so use it; from Michael W. Bombardierideraadt2017-04-1819-159/+88
* Nuke some excess whitespace.krw2017-01-201-2/+2
* Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)krw2016-12-181-4/+5
* Nuke more unused variables.krw2016-12-182-4/+3
* Remove syscall.ph from vi.recoverafresh12016-11-051-6/+2
* Fix the begin of word issue in vi(1).martijn2016-09-021-29/+22
* Pull in <sys/time.h> for struct timespec and timevalguenther2016-08-271-1/+2
* Kill '#if defined(DEBUG) && 0' blocks that used %qguenther2016-08-141-16/+1
* /tmp and /var/tmp are the same, consistently use the former in bothsobrado2016-08-085-13/+13
* Remove vi's "directory" option and TMPDIR support.bentley2016-08-016-123/+88
* biff, mesg, vi: only consider ACCESSPERMS for setting tty mode.semarie2016-07-071-1/+2
* If /tmp/vi.recover doesn't exist, don't create it. Warn oncetb2016-06-291-10/+5
* Test if stdin is a terminal before resetting the tty state.martijn2016-05-281-2/+3
* Revert CHAR_T removal. Some signedness flaws were introduced.martijn2016-05-2750-284/+292
* Free memory if realloc fails. The application is most likely to terminate aftermartijn2016-05-071-3/+11
* Remove __sigblockset. This is a leftover after the removal of the signalmartijn2016-05-051-11/+3
* Remove pointless comment. getcwd(3) is safe.martijn2016-05-021-2/+2