aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner1-0/+1
2017-06-15vis: add basic infrastructure to store selections in registersMarc André Tanner1-0/+1
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner1-1/+1
2017-05-27vis-lua: expose currently active key bindings through APIMarc André Tanner1-0/+1
2017-04-23vis: fix # register countMarc André Tanner1-1/+1
2017-04-20vis: add # register to insert cursor numberMarc André Tanner1-0/+1
2017-04-20vis: start cleaning up register related codeMarc André Tanner1-1/+29
2017-04-19vis: restructure register handlingMarc André Tanner1-0/+3
2017-04-14vis: make certain operations interruptible with <C-c>Marc André Tanner1-1/+1
2017-04-04vis: remove unused struct memberMarc André Tanner1-1/+0
2017-03-31vis: add non-default actions for vi compatible n/N motionsMarc André Tanner1-0/+1
2017-03-19vis: add infrastructure for user specified operatorsMarc André Tanner1-3/+6
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner1-1/+0
2017-03-19Move :set syntax option implementation to luaMarc André Tanner1-1/+0
2017-03-14Restructure display codeMarc André Tanner1-1/+1
2017-02-24vis: remove unused struct memberMarc André Tanner1-1/+0
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner1-1/+1
2017-02-22vis: add exact count motion flagMarc André Tanner1-0/+1
2017-02-07vis: improve text object handlingMarc André Tanner1-0/+2
2017-02-07vis: reformat text object definitionsMarc André Tanner1-3/+3
2017-02-01vis: refactor autoindent handlingMarc André Tanner1-0/+1
2017-01-31sam: optmize transcript insertion for common caseMarc André Tanner1-0/+1
2017-01-31vis: add workaround for broken color handling in Terminal.appMarc André Tanner1-0/+1
2017-01-28vis: keep track of most recently processed keys of input queueMarc André Tanner1-1/+3
2017-01-19vis: simplify count handling for insertionMarc André Tanner1-1/+0
2017-01-18vis: support count for insertion and replacementMarc André Tanner1-0/+1
2017-01-18vis: do not take undo snaphots while replaying a macroMarc André Tanner1-0/+1
2017-01-16vis: cleanup regex header inclusionMarc André Tanner1-1/+0
2017-01-12sam: implement parallel grouping behaviorMarc André Tanner1-0/+8
2017-01-10vis: add register description to :help outputMarc André Tanner1-0/+3
2017-01-10vis: add valid marks to :help outputMarc André Tanner1-0/+6
2017-01-07buffer: remove redundant functionMarc André Tanner1-1/+1
2016-12-29vis: cleanup key action lifetime managementMarc André Tanner1-0/+1
2016-12-27vis: properly free dynamic key bindingsMarc André Tanner1-0/+1
2016-12-14vis: add new :set savemethod auto|atomic|inplace optionMarc André Tanner1-0/+1
2016-11-27sam: stricter command parsingMarc André Tanner1-0/+1
2016-11-27vis: cleanup signal handling codeMarc André Tanner1-0/+2
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner1-0/+1
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner1-1/+1
2016-11-16vis: treat vis_keys_feed input like a macro replayMarc André Tanner1-0/+1
2016-11-15vis: defer UI initialization and overhaul argument parsingMarc André Tanner1-0/+1
2016-11-15vis: overhaul and unify event generation codeMarc André Tanner1-0/+16
2016-11-15vis: generalize special stdin handlingMarc André Tanner1-1/+1
2016-11-11vis: attempt to use the default shell of the user to execute external commandsMarc André Tanner1-0/+1
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner1-0/+1
2016-10-27vis: apply language map only to key values not modifiersMarc André Tanner1-0/+1
2016-09-25vis: disable language map for replacement character of `r` commandMarc André Tanner1-0/+1
2016-08-24vis: improve dot (repeat) command implmentationMarc André Tanner1-1/+1
2016-08-24vis: overhaul input queue handlingMarc André Tanner1-1/+0
2016-05-28vis: try to reduce number of redrawsMarc André Tanner1-1/+1