summaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)Author
2017-01-19vis: simplify count handling for insertionMarc André Tanner
2017-01-18vis: fix count handling for appendMarc André Tanner
2017-01-18vis: support count for insertion and replacementMarc André Tanner
2017-01-18vis: support count for macro replayMarc André Tanner
2017-01-18vis: do not take undo snaphots while replaying a macroMarc André Tanner
2017-01-16vis: change key input handling modelMarc André Tanner
2017-01-16vis: cleanup regex header inclusionMarc André Tanner
2017-01-13vis: introduce registers 0-9 and & to capture search matchesMarc André Tanner
2017-01-10vis: add register description to :help outputMarc André Tanner
2017-01-10vis: add valid marks to :help outputMarc André Tanner
2016-12-31vis: allow user registered :-commands to specify a help textMarc André Tanner
2016-12-29vis: cleanup key action lifetime managementMarc André Tanner
2016-12-27vis: properly free dynamic key bindingsMarc André Tanner
2016-12-22text: change datatype of Mark to uintptr_tMarc André Tanner
2016-12-20vis: improve literal insertion via <C-v> in insert modeMarc André Tanner
2016-12-19vis: introduce vis_register_from utility functionMarc André Tanner
2016-12-17vis: always remove consumed keys from input queueMarc André Tanner
2016-12-16vis: process keys following an unmatched prefix individuallyMarc André Tanner
2016-12-15vis: respect terminating NUL bytes in the input queueMarc André Tanner
2016-12-14vis: remove useless NULL checkMarc André Tanner
2016-12-09vis-lua: expose input key event in insert and replace modesMarc André Tanner
2016-12-08vis: rename some internal C function pointersMarc André Tanner
2016-11-28vis: move mark description into core codeMarc André Tanner
2016-11-27vis: cleanup signal handling codeMarc André Tanner
2016-11-26vis: redirect stdout and stderr streams to /dev/null when lacking a consumerMarc André Tanner
2016-11-25vis: fix I/O redirection bugs, cleanup vis_pipeMarc André Tanner
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner
2016-11-22vis-lua: pass path as second argument to file_save_post event 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-10vis: make vis_draw actually draw each windowMarc André Tanner
2016-11-09vis: perform undo snapshotting more rarerlyMarc André Tanner
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner
2016-11-08vis: fix key parsing/skipping logicMarc André Tanner
2016-10-27vis: fix :langmap behaviorMarc André Tanner
2016-10-27vis: apply language map only to key values not modifiersMarc André Tanner
2016-10-05vis: check return value of fcntl(2) callMarc André Tanner
2016-09-26vis: also apply language map to operator pending modeMarc André Tanner
2016-09-25vis: disable language map for replacement character of `r` commandMarc André Tanner
2016-09-19vis: set correct reference count when splitting windowsMarc André Tanner
2016-08-24vis: improve dot (repeat) command implmentationMarc André Tanner
2016-08-24vis: overhaul input queue handlingMarc André Tanner
2016-07-06vis: fix inner text object variants when cursor is on opening delimiterMarc André Tanner
2016-06-14Update the statusline when starting or ending the recording of a macroJosh Wainwright
2016-05-28vis: try to reduce number of redrawsMarc André Tanner
2016-05-26vis: use normalized absolute file names as internal representationMarc André Tanner