Age | Commit message (Expand) | Author |
2024-04-25 | Don't divide by zero (empty files) | Job Snijders |
2024-04-25 | add percentage to ruler after recent changes; | Jason McIntyre |
2024-04-24 | In ruler show the current line number as a percentage of the total lines | Job Snijders |
2024-02-15 | fix fd leaks in error paths | Jonathan Gray |
2024-02-14 | avoid use after free of frp and frp->tname | Jonathan Gray |
2024-02-12 | Add showfilename set option | Job Snijders |
2023-09-07 | Treat consecutive paragraph indicators as different paragraphs | Tobias Heider |
2023-06-23 | Fix a bug in ex's 's' command with the 'c' flag when 'number' is off. | Todd C. Miller |
2023-01-29 | Fix ^^D and 0^D description; pointed out by Tomas Rippl; ok jmc@ | Otto Moerbeek |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-10 | ex_range: fix handling of escaped backslashes. | Todd C. Miller |
2022-04-22 | escape the word "An" in an Rs/Re block, since it can be | Jason McIntyre |
2022-04-22 | Check tkp->output != NULL before taking strlen for both command mappings | Theo Buehler |
2022-04-22 | vi: apply expandtab to the output of a ! command | Todd C. Miller |
2022-04-21 | v_event_get: check qp->output for NULL before passing to e_memcmp(). | Todd C. Miller |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-02-20 | Fix vi recovery mode. | Theo Buehler |
2021-10-25 | vi(1): fix use after free with unsaved buffer | Dave Voutila |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-09-02 | Make all signal handler functions async-signal-safe | Ingo Schwarze |
2021-09-01 | As a first step towards safe signal handling, improve the h_int() | Ingo Schwarze |
2021-04-13 | Require that the argument to the window option be non-zero. | Todd C. Miller |
2021-04-13 | Ignore expandtab setting when in command mode. | Todd C. Miller |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-01-26 | satisfy -fno-common by repairing one enum decl | Theo de Raadt |
2020-05-24 | Correct one statement about how the 'm' command works, talk less | Ingo Schwarze |
2020-04-30 | Add an expandtab option, similar to what vim supports. | Todd C. Miller |
2019-10-04 | better link "set" and "SET OPTIONS"; | Jason McIntyre |
2019-07-22 | In secure mode (-S), skip sending mail when executing the :pre[serve] | Ingo Schwarze |
2019-05-21 | Also apply stricter pledge when secure mode is set via rc file or command. | Martijn van Duren |
2019-01-24 | Fix a crash on long lines when switching to another file by | Todd C. Miller |
2018-09-17 | Use the strict pragma for better warnings. | Todd C. Miller |
2018-07-13 | Remove cscope leftover and a stray comma. | Anthony J. Bentley |
2018-07-13 | Unused variable. | Kenneth R Westerback |
2018-07-11 | Remove an old and false comment. REALLOC now free(3)s the code if realloc | Martijn van Duren |
2018-02-12 | Simplify documentation of split-screen mode, avoiding abuse of [] | Ingo Schwarze |
2018-02-03 | The recover script should have the same sanity checks as recover.c. | Todd C. Miller |
2017-12-14 | Enable the awk scripts to generate ex_def.h and options_def.h. | Martijn van Duren |
2017-11-26 | Fix segfault which could be triggered by deleting a backwards sentence if | Ricardo Mestre |
2017-11-10 | When tracing is compiled in make sure it flushes its content to disk as | Martijn van Duren |
2017-11-10 | Fix a use after free when sending SIGHUP or SIGTERM to vi when in editing | Martijn van Duren |
2017-11-10 | Add rcv_openat() function that does the open, makes sure it is a | Todd C. Miller |
2017-11-10 | Avoid using system(3) when running "sendmail -t". We already have | Todd C. Miller |
2017-08-22 | Do not treat comma as part of the command modifier. | anton |
2017-07-31 | Silence some warnings generated by clang. | Martijn van Duren |
2017-07-20 | Replace usage of strtol() with strtonum(). | anton |
2017-07-05 | avoid double space caused by end-of-sentence detection; requested by jmc@ | Ingo Schwarze |
2017-07-05 | nits about trailing punctuation found with mandoc -Tlint | Ingo Schwarze |
2017-07-03 | markup fixes; | Jason McIntyre |
2017-07-03 | Remove settings that were unimplemented for 20 years; update STANDARDS. | Anthony J. Bentley |