aboutsummaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-31vis: fix compiler warning concerning write(2) return valueMarc André Tanner1-1/+1
2017-05-19vis: improve `:<` command implementationMarc André Tanner1-3/+13
2017-05-17vis: ensure complete ! command output is displayedMarc André Tanner1-3/+11
2017-05-12vis: immediately update screen after a vis_redraw callMarc André Tanner1-0/+1
2017-05-06vis: add vis_interrupt{,requested} functionsMarc André Tanner1-0/+8
2017-05-06vis: add doxygen commentsMarc André Tanner1-2/+7
2017-05-04vis: improve job control for forked processMarc André Tanner1-2/+27
2017-05-03vis: introduce count iterator to handle interrupted flagMarc André Tanner1-0/+22
2017-05-03text: rename text_sigbus to text_mmapedMarc André Tanner1-1/+1
2017-04-24vis: fix newline insertion at end of fileMarc André Tanner1-1/+1
2017-04-23vis: fix # register countMarc André Tanner1-1/+1
2017-04-20vis: add # register to insert cursor numberMarc André Tanner1-0/+1
2017-04-20vis: start cleaning up register related codeMarc André Tanner1-57/+0
2017-04-19vis: restructure register handlingMarc André Tanner1-7/+24
2017-04-18vis: rename vis_register_set to vis_registerMarc André Tanner1-1/+1
2017-04-14vis: make certain operations interruptible with <C-c>Marc André Tanner1-3/+11
2017-04-09vis: remove handling of \r\n line endingsMarc André Tanner1-7/+6
2017-04-04vis: remove unused struct memberMarc André Tanner1-1/+0
2017-04-04vis: automatically dispose invalid cursorsMarc André Tanner1-0/+7
2017-03-31vis: rename search related constantsMarc André Tanner1-1/+1
2017-03-24vis: properly redraw status bar of windows displaying internal filesMarc André Tanner1-1/+1
2017-03-22vis: fix syntax highlighting glitches with split windowsMarc André Tanner1-17/+14
2017-03-19vis: add infrastructure for user specified operatorsMarc André Tanner1-0/+3
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner1-2/+1
2017-03-19Move :set syntax option implementation to luaMarc André Tanner1-18/+0
2017-03-19vis: add infrastructure to dynamically add :set optionsMarc André Tanner1-0/+4
2017-03-17vis: fix selection background colorMarc André Tanner1-1/+1
2017-03-16ui: further cleanup display codeMarc André Tanner1-2/+1
2017-03-16vis: remove special case when invalidating windowsMarc André Tanner1-2/+1
2017-03-14Restructure display codeMarc André Tanner1-10/+177
2017-03-05vis: add file argument to vis_pipe_collectMarc André Tanner1-2/+2
2017-03-03vis-lua: add vis:exit functionMarc André Tanner1-0/+3
2017-02-25vis: tweak handling of end inclusivenessMarc André Tanner1-2/+3
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