aboutsummaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-25vis: add vis- prefix to pseudo editor keysMarc André Tanner1-3/+3
2017-02-24vis: remove unused struct memberMarc André Tanner1-4/+3
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner1-20/+20
2017-02-24vis: fix display after newline insertion at the start of viewportMarc André Tanner1-2/+8
2017-02-22vis: add exact count motion flagMarc André Tanner1-1/+9
2017-02-10vis: introduce vis_keys_utf8Marc André Tanner1-0/+9
2017-02-07vis: improve text object handlingMarc André Tanner1-3/+12
2017-02-07vis: reformat text object definitionsMarc André Tanner1-1/+1
2017-02-05vis: set $vis_file{name,path} environment variables for external commandsMarc André Tanner1-0/+6
2017-02-05vis: add file argument to vis_pipeMarc André Tanner1-3/+4
2017-02-02Slight code cleanups, use buffer API where appropriateMarc André Tanner1-3/+7
2017-02-01vis: refactor autoindent handlingMarc André Tanner1-37/+44
2017-01-31vis: improve cursor positioning after operators in visual modeMarc André Tanner1-0/+4
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-0/+8
2017-01-20vis: slightly cleanup repeat code, always set dot registerMarc André Tanner1-8/+8
2017-01-20vis: improve new line handling at end of fileMarc André Tanner1-2/+18
2017-01-19vis: simplify count handling for insertionMarc André Tanner1-1/+1
2017-01-18vis: fix count handling for appendMarc André Tanner1-8/+10
2017-01-18vis: support count for insertion and replacementMarc André Tanner1-1/+1
2017-01-18vis: support count for macro replayMarc André Tanner1-1/+4
2017-01-18vis: do not take undo snaphots while replaying a macroMarc André Tanner1-5/+22
2017-01-16vis: change key input handling modelMarc André Tanner1-17/+28
2017-01-16vis: cleanup regex header inclusionMarc André Tanner1-1/+0
2017-01-13vis: introduce registers 0-9 and & to capture search matchesMarc André Tanner1-0/+10
2017-01-10vis: add register description to :help outputMarc André Tanner1-15/+24
2017-01-10vis: add valid marks to :help outputMarc André Tanner1-4/+9
2016-12-31vis: allow user registered :-commands to specify a help textMarc André Tanner1-1/+5
2016-12-29vis: cleanup key action lifetime managementMarc André Tanner1-0/+4
2016-12-27vis: properly free dynamic key bindingsMarc André Tanner1-0/+4
2016-12-22text: change datatype of Mark to uintptr_tMarc André Tanner1-1/+1
2016-12-20vis: improve literal insertion via <C-v> in insert modeMarc André Tanner1-0/+42
2016-12-19vis: introduce vis_register_from utility functionMarc André Tanner1-0/+19
2016-12-17vis: always remove consumed keys from input queueMarc André Tanner1-3/+3
2016-12-16vis: process keys following an unmatched prefix individuallyMarc André Tanner1-1/+3
2016-12-15vis: respect terminating NUL bytes in the input queueMarc André Tanner1-1/+1
2016-12-14vis: remove useless NULL checkMarc André Tanner1-1/+1
2016-12-09vis-lua: expose input key event in insert and replace modesMarc André Tanner1-0/+6
2016-12-08vis: rename some internal C function pointersMarc André Tanner1-8/+6
2016-11-28vis: move mark description into core codeMarc André Tanner1-0/+10
2016-11-27vis: cleanup signal handling codeMarc André Tanner1-0/+16
2016-11-26vis: redirect stdout and stderr streams to /dev/null when lacking a consumerMarc André Tanner1-7/+19
2016-11-25vis: fix I/O redirection bugs, cleanup vis_pipeMarc André Tanner1-8/+9
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner1-0/+4
2016-11-22vis-lua: pass path as second argument to file_save_post event hookMarc André Tanner1-4/+6
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner1-3/+3
2016-11-16vis: treat vis_keys_feed input like a macro replayMarc André Tanner1-1/+8
2016-11-15vis: defer UI initialization and overhaul argument parsingMarc André Tanner1-58/+9
2016-11-15vis: overhaul and unify event generation codeMarc André Tanner1-27/+78
2016-11-15vis: generalize special stdin handlingMarc André Tanner1-4/+12