summaryrefslogtreecommitdiff
path: root/editors/vi.c
AgeCommit message (Expand)Author
2021-08-29vi: further changes to colon addressesRon Yorston
2021-08-22vi: code shrink print_literal()Ron Yorston
2021-08-22vi: searches in colon commands should wrapRon Yorston
2021-08-20vi: don't right shift empty linesRon Yorston
2021-08-20vi: support ~/.exrcRon Yorston
2021-08-20vi: changes to handling of -c and EXINITRon Yorston
2021-08-16vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTSDenys Vlasenko
2021-07-14vi: remove redundant assignmentDenys Vlasenko
2021-07-13vi: fix regex search compilation errorRon Yorston
2021-07-13vi: somewhat more readable code, no logic changesDenys Vlasenko
2021-07-13vi: allow delimiter in ':s' to be escapedRon Yorston
2021-07-13vi: allow regular expressions in ':s' commandsDenys Vlasenko
2021-07-13vi: improve handling of anchored searchesRon Yorston
2021-07-13vi: use basic regular expressions for searchRon Yorston
2021-07-13vi: allow 'gg' to specify a rangeRon Yorston
2021-06-27vi: stored search pattern applies to ':s'Ron Yorston
2021-06-23vi: fix read outside of text buffer during insertS Harris
2021-06-21vi: fix backward search with GNU regexRon Yorston
2021-06-16vi: reject change command when motion failsRon Yorston
2021-06-16vi: up/down motion beyond end of file should failRon Yorston
2021-06-16vi: keep autoindent if line isn't emptyRon Yorston
2021-06-14vi: initialise tabstop once not for each fileRon Yorston
2021-06-14vi: ':r' should insert text after current lineRon Yorston
2021-06-13*: --help tweaksDenys Vlasenko
2021-06-02vi: remove autoindent from otherwise empty linesRon Yorston
2021-06-02vi: make autoindent respect expandtab settingRon Yorston
2021-06-02vi: make cursor positioning more vi compatibleRon Yorston
2021-05-04vi: :wq/:x should warn if there are more files to editRon Yorston
2021-05-04vi: cursor positioning after whole-line 'y'Ron Yorston
2021-05-01vi: trivial code shrinkDenys Vlasenko
2021-04-30vi: fix empty line range regressionRon Yorston
2021-04-28vi: expand '%' and '#' in colon commandsRon Yorston
2021-04-28vi: fix buffer overrun; code shrinkRon Yorston
2021-04-28vi: improvements to ':read' commandRon Yorston
2021-04-28vi: preserve state when switching fileRon Yorston
2021-04-28vi: 'ZZ' should warn if there are more files to editRon Yorston
2021-04-28vi: saving unnamed file in readonly modeRon Yorston
2021-04-28vi: adjust conditional compilation of modifying_cmdsRon Yorston
2021-04-28vi: changes to line addresses for colon commandsRon Yorston
2021-04-20vi: make de-indentation with ctrl-D more like vimRon Yorston
2021-04-20vi: add expandtab optionRon Yorston
2021-04-15vi: move undo_queue_state in globals to other byte-sized membersDenys Vlasenko
2021-04-15vi: allow line addresses to have an offsetRon Yorston
2021-04-15vi: allow backward search to specify line addressRon Yorston
2021-04-15vi: detect and warn about invalid line addressesRon Yorston
2021-04-15vi: code shrink colon line addressesRon Yorston
2021-04-15vi: make context marks more like viRon Yorston
2021-04-15vi: correct autoindent for 'O' commandRon Yorston
2021-04-15vi: allow ctrl-D to reduce indentationRon Yorston
2021-04-15vi: don't move cursor when yanking whole linesRon Yorston