summaryrefslogtreecommitdiff
path: root/vis-core.h
AgeCommit message (Expand)Author
2017-03-14Restructure display codeMarc André Tanner
2017-02-24vis: remove unused struct memberMarc André Tanner
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner
2017-02-22vis: add exact count motion flagMarc André Tanner
2017-02-07vis: improve text object handlingMarc André Tanner
2017-02-07vis: reformat text object definitionsMarc André Tanner
2017-02-01vis: refactor autoindent handlingMarc André Tanner
2017-01-31sam: optmize transcript insertion for common caseMarc André Tanner
2017-01-31vis: add workaround for broken color handling in Terminal.appMarc André Tanner
2017-01-28vis: keep track of most recently processed keys of input queueMarc André Tanner
2017-01-19vis: simplify count handling for insertionMarc André Tanner
2017-01-18vis: support count for insertion and replacementMarc André Tanner
2017-01-18vis: do not take undo snaphots while replaying a macroMarc André Tanner
2017-01-16vis: cleanup regex header inclusionMarc André Tanner
2017-01-12sam: implement parallel grouping behaviorMarc André Tanner
2017-01-10vis: add register description to :help outputMarc André Tanner
2017-01-10vis: add valid marks to :help outputMarc André Tanner
2017-01-07buffer: remove redundant functionMarc André Tanner
2016-12-29vis: cleanup key action lifetime managementMarc André Tanner
2016-12-27vis: properly free dynamic key bindingsMarc André Tanner
2016-12-14vis: add new :set savemethod auto|atomic|inplace optionMarc André Tanner
2016-11-27sam: stricter command parsingMarc André Tanner
2016-11-27vis: cleanup signal handling codeMarc André Tanner
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner
2016-11-16vis: treat vis_keys_feed input like a macro replayMarc André Tanner
2016-11-15vis: defer UI initialization and overhaul argument parsingMarc André Tanner
2016-11-15vis: overhaul and unify event generation codeMarc André Tanner
2016-11-15vis: generalize special stdin handlingMarc André Tanner
2016-11-11vis: attempt to use the default shell of the user to execute external commandsMarc André Tanner
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner
2016-10-27vis: apply language map only to key values not modifiersMarc André Tanner
2016-09-25vis: disable language map for replacement character of `r` commandMarc André Tanner
2016-08-24vis: improve dot (repeat) command implmentationMarc André Tanner
2016-08-24vis: overhaul input queue handlingMarc André Tanner
2016-05-28vis: try to reduce number of redrawsMarc André Tanner
2016-05-26vis: use normalized absolute file names as internal representationMarc André Tanner
2016-05-22vis-lua: do not report errors recursivelyMarc André Tanner
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner
2016-05-10Revert "vis: clean up interaction between vis and ui"Marc André Tanner
2016-05-04vis: clean up interaction between vis and uiMarc André Tanner
2016-05-04vis: make j and k a linewise inclusive motionMarc André Tanner
2016-05-01vis: further cleanup input handling, introduce vis_keys_feed APIMarc André Tanner
2016-04-21vis: add infrastructure to register custom :-commandsMarc André Tanner
2016-04-18vis: use internal file to show lua errorsMarc André Tanner
2016-04-05vis: remove left over from :sam commandMarc André Tanner
2016-04-03sam: add infrastructure to support multi letter commandsMarc André Tanner
2016-03-13vis: convert gn and gN text objects to use "/ register contentMarc André Tanner
2016-02-25vis: use standard registers for macro recordingsMarc André Tanner