summaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)Author
2017-04-04vis: automatically dispose invalid cursorsMarc André Tanner
2017-03-31vis: rename search related constantsMarc André Tanner
2017-03-24vis: properly redraw status bar of windows displaying internal filesMarc André Tanner
2017-03-22vis: fix syntax highlighting glitches with split windowsMarc André Tanner
2017-03-19vis: add infrastructure for user specified operatorsMarc André Tanner
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner
2017-03-19Move :set syntax option implementation to luaMarc André Tanner
2017-03-19vis: add infrastructure to dynamically add :set optionsMarc André Tanner
2017-03-17vis: fix selection background colorMarc André Tanner
2017-03-16ui: further cleanup display codeMarc André Tanner
2017-03-16vis: remove special case when invalidating windowsMarc André Tanner
2017-03-14Restructure display codeMarc André Tanner
2017-03-05vis: add file argument to vis_pipe_collectMarc André Tanner
2017-03-03vis-lua: add vis:exit functionMarc André Tanner
2017-02-25vis: tweak handling of end inclusivenessMarc André Tanner
2017-02-25vis: add vis- prefix to pseudo editor keysMarc 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-24vis: fix display after newline insertion at the start of viewportMarc André Tanner
2017-02-22vis: add exact count motion flagMarc André Tanner
2017-02-10vis: introduce vis_keys_utf8Marc André Tanner
2017-02-07vis: improve text object handlingMarc André Tanner
2017-02-07vis: reformat text object definitionsMarc André Tanner
2017-02-05vis: set $vis_file{name,path} environment variables for external commandsMarc André Tanner
2017-02-05vis: add file argument to vis_pipeMarc André Tanner
2017-02-02Slight code cleanups, use buffer API where appropriateMarc André Tanner
2017-02-01vis: refactor autoindent handlingMarc André Tanner
2017-01-31vis: improve cursor positioning after operators in visual modeMarc 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-20vis: slightly cleanup repeat code, always set dot registerMarc André Tanner
2017-01-20vis: improve new line handling at end of fileMarc André Tanner
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