| Commit message (Expand) | Author | Age | Files | Lines |
* | vi: remove autoindent from otherwise empty lines | Ron Yorston | 2021-06-02 | 1 | -26/+59 |
* | vi: make autoindent respect expandtab setting | Ron Yorston | 2021-06-02 | 1 | -13/+19 |
* | vi: make cursor positioning more vi compatible | Ron Yorston | 2021-06-02 | 1 | -0/+4 |
* | vi: :wq/:x should warn if there are more files to edit | Ron Yorston | 2021-05-04 | 1 | -3/+14 |
* | vi: cursor positioning after whole-line 'y' | Ron Yorston | 2021-05-04 | 1 | -17/+8 |
* | vi: trivial code shrink | Denys Vlasenko | 2021-05-01 | 1 | -2/+2 |
* | vi: fix empty line range regression | Ron Yorston | 2021-04-30 | 1 | -1/+1 |
* | vi: expand '%' and '#' in colon commands | Ron Yorston | 2021-04-28 | 1 | -14/+112 |
* | vi: fix buffer overrun; code shrink | Ron Yorston | 2021-04-28 | 1 | -31/+22 |
* | vi: improvements to ':read' command | Ron Yorston | 2021-04-28 | 1 | -13/+17 |
* | vi: preserve state when switching file | Ron Yorston | 2021-04-28 | 1 | -2/+0 |
* | vi: 'ZZ' should warn if there are more files to edit | Ron Yorston | 2021-04-28 | 1 | -0/+8 |
* | vi: saving unnamed file in readonly mode | Ron Yorston | 2021-04-28 | 1 | -2/+2 |
* | vi: adjust conditional compilation of modifying_cmds | Ron Yorston | 2021-04-28 | 1 | -1/+1 |
* | vi: changes to line addresses for colon commands | Ron Yorston | 2021-04-28 | 1 | -50/+60 |
* | vi: make de-indentation with ctrl-D more like vim | Ron Yorston | 2021-04-20 | 1 | -9/+21 |
* | vi: add expandtab option | Ron Yorston | 2021-04-20 | 1 | -17/+47 |
* | vi: move undo_queue_state in globals to other byte-sized members | Denys Vlasenko | 2021-04-15 | 1 | -13/+14 |
* | vi: allow line addresses to have an offset | Ron Yorston | 2021-04-15 | 1 | -46/+72 |
* | vi: allow backward search to specify line address | Ron Yorston | 2021-04-15 | 1 | -7/+14 |
* | vi: detect and warn about invalid line addresses | Ron Yorston | 2021-04-15 | 1 | -8/+14 |
* | vi: code shrink colon line addresses | Ron Yorston | 2021-04-15 | 1 | -27/+28 |
* | vi: make context marks more like vi | Ron Yorston | 2021-04-15 | 1 | -18/+12 |
* | vi: correct autoindent for 'O' command | Ron Yorston | 2021-04-15 | 1 | -12/+29 |
* | vi: allow ctrl-D to reduce indentation | Ron Yorston | 2021-04-15 | 1 | -2/+14 |
* | vi: don't move cursor when yanking whole lines | Ron Yorston | 2021-04-15 | 1 | -0/+6 |
* | vi: reset command count when specifying '0' range | Ron Yorston | 2021-04-15 | 1 | -5/+10 |
* | vi: code shrink motion by paragraph | Ron Yorston | 2021-04-15 | 1 | -12/+15 |
* | vi: position cursor on last column of tab | Ron Yorston | 2021-04-15 | 1 | -12/+9 |
* | vi: correctly record deleted characters | Ron Yorston | 2021-04-15 | 1 | -17/+22 |
* | vi: allow writing to another file if this one is readonly | Alison Winters | 2021-04-13 | 1 | -1/+1 |
* | vi: improvements to reporting of changes | Ron Yorston | 2021-04-11 | 1 | -31/+59 |
* | vi: issue a warning on failure to find a character | Ron Yorston | 2021-04-11 | 1 | -1/+3 |
* | vi: make the substitute command more like vi | Ron Yorston | 2021-04-11 | 1 | -13/+17 |
* | vi: make put commands more like vi | Ron Yorston | 2021-04-11 | 1 | -2/+13 |
* | vi: allow the '.' command to have a repetition count | Ron Yorston | 2021-04-11 | 1 | -10/+11 |
* | vi: allow 'r' command to be aborted, repeated | Ron Yorston | 2021-04-11 | 1 | -3/+12 |
* | vi: improvements to undo | Ron Yorston | 2021-04-11 | 1 | -13/+22 |
* | vi: more fixes to range selection by word | Ron Yorston | 2021-04-11 | 1 | -3/+5 |
* | vi: improvements to range selection | Ron Yorston | 2021-04-11 | 1 | -41/+42 |
* | vi: code shrink search commands | Ron Yorston | 2021-04-11 | 1 | -49/+36 |
* | vi: changes to option handling | Ron Yorston | 2021-04-08 | 1 | -34/+57 |
* | vi: deal with invalid movements in shift commands | Ron Yorston | 2021-03-30 | 1 | -2/+4 |
* | vi: code shrink | Ron Yorston | 2021-03-29 | 1 | -3/+3 |
* | vi: improve operations involving paragraph movement | Ron Yorston | 2021-03-29 | 1 | -6/+24 |
* | vi: improve motion by paragraph | Ron Yorston | 2021-03-29 | 1 | -3/+11 |
* | vi: allow repetition count for paragraph motion | Ron Yorston | 2021-03-29 | 1 | -9/+8 |
* | vi: allow motion count for change/delete/yank/shift | Ron Yorston | 2021-03-29 | 1 | -2/+18 |
* | vi: support more commands for range selection | Ron Yorston | 2021-03-29 | 1 | -3/+3 |
* | vi: improvements to character search within line | Ron Yorston | 2021-03-29 | 1 | -41/+39 |