aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: deal with invalid movements in shift commandsRon Yorston2021-03-301-2/+4
* vi: code shrinkRon Yorston2021-03-291-3/+3
* vi: improve operations involving paragraph movementRon Yorston2021-03-291-6/+24
* vi: improve motion by paragraphRon Yorston2021-03-291-3/+11
* vi: allow repetition count for paragraph motionRon Yorston2021-03-291-9/+8
* vi: allow motion count for change/delete/yank/shiftRon Yorston2021-03-291-2/+18
* vi: support more commands for range selectionRon Yorston2021-03-291-3/+3
* vi: improvements to character search within lineRon Yorston2021-03-291-41/+39
* vi: remember cursor column during vertical motionRon Yorston2021-03-291-3/+18
* vi: 'G'/'M' commands move to first visible characterRon Yorston2021-03-291-0/+2
* vi: don't overwrite existing fileRon Yorston2021-03-291-0/+7
* vi: make buffer handling more vi-likeRon Yorston2021-03-291-89/+73
* vi: code shrinkRon Yorston2021-03-291-9/+3
* vi: fix word operations across line boundariesRon Yorston2021-03-291-7/+9
* vi: code shrinkDenys Vlasenko2021-03-011-18/+14
* vi: restore 0 offset after :set noXXX commandAlison Winters2021-03-011-5/+5
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* vi: fix range selection by forward character motionRon Yorston2021-02-021-6/+9
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-1/+1
* vi: fixes to string search in colon commands, closes 10321Ron Yorston2020-01-291-5/+8
* vi: placate "warning: shifting a negative signed value is undefined"Denys Vlasenko2019-10-251-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* vi: code shrinkDenys Vlasenko2019-06-081-2/+2
* vi: enable 'dG' command. Closes 11801Ron Yorston2019-04-281-4/+7
* vi: fix changes to word at end of line. Closes 11796Ron Yorston2019-04-281-3/+2
* vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko2019-04-031-2/+2
* vi: code shrinkDenys Vlasenko2019-04-031-7/+12
* vi: avoid build failure in non-default caseRon Yorston2019-04-031-16/+16
* vi: rename save_argc -> cmdline_filecntDenys Vlasenko2019-04-021-17/+16
* vi: restore capability to remember insertion cmds for "."Denys Vlasenko2019-04-021-5/+6
* vi: code shrinkDenys Vlasenko2019-04-011-7/+14
* vi: convert more /**/ comments to //Denys Vlasenko2019-04-011-62/+56
* vi: code shrinkDenys Vlasenko2019-04-011-30/+28
* vi: use vsnprintf to format status lineDenys Vlasenko2019-04-011-27/+22
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-1508/+1407
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-276/+276
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-42/+42
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-74/+75
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-260/+258
* vi: fix ^Z not always working as intendedDenys Vlasenko2019-04-011-25/+17
* vi: install SIGINT handler _after_ restart setjmp is initializedDenys Vlasenko2019-04-011-63/+52
* vi: allow manual screen update if SIGWINCH isn't supportedRon Yorston2019-03-301-0/+8
* vi: code shrink, proper printf formatting for strlen()Denys Vlasenko2019-03-291-5/+6
* vi: further fixes to undo after autoindentRon Yorston2019-02-111-13/+15
* vi: fix replacement of single character with CRRon Yorston2019-02-081-8/+3
* vi: fix faulty undo after autoinsertRon Yorston2019-02-081-35/+22
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* vi: correctly detect when a deletion empties the bufferRon Yorston2018-12-031-1/+1
* vi: code shrinkDenys Vlasenko2018-11-291-13/+17
* vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko2018-11-291-5/+10