aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-26vis: use normalized absolute file names as internal representationMarc André Tanner1-0/+3
2016-05-22vis-lua: do not report errors recursivelyMarc André Tanner1-0/+1
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner1-0/+1
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner1-0/+3
2016-05-10Revert "vis: clean up interaction between vis and ui"Marc André Tanner1-2/+0
2016-05-04vis: clean up interaction between vis and uiMarc André Tanner1-0/+2
2016-05-04vis: make j and k a linewise inclusive motionMarc André Tanner1-2/+3
2016-05-01vis: further cleanup input handling, introduce vis_keys_feed APIMarc André Tanner1-0/+1
2016-04-21vis: add infrastructure to register custom :-commandsMarc André Tanner1-0/+1