aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-31vis: adapt some comments to new input handling codeMarc André Tanner1-8/+9
2015-10-31view: make zb command more robustMarc André Tanner1-4/+2
2015-10-29build: introduce make local Makefile targetMarc André Tanner2-9/+44
2015-10-27ui: make color parsing more robustMarc André Tanner1-0/+2
2015-10-27vis: map C-c to leave insert modeMarc André Tanner1-1/+1
2015-10-27ui: properly restore terminal state upon exitMarc André Tanner1-2/+5
2015-10-27Update source tree overview section in READMEMarc André Tanner1-2/+2
2015-10-27build: merge parts of the build system changes from lua branchMarc André Tanner2-14/+15
2015-10-27vis: make Vis an opaque type, hide implementaton detailsMarc André Tanner4-137/+151
2015-10-27vis: introduce vis_macro_recording APIMarc André Tanner3-1/+6
2015-10-27vis: introduce vis_prompt_enter APIMarc André Tanner3-28/+24
2015-10-27vis: clean up tab/newline insertion codeMarc André Tanner3-60/+48
2015-10-27vis: introduce pseudo operators for putMarc André Tanner3-35/+34
2015-10-26vis: introduce explicit operators for cursor creationMarc André Tanner3-14/+11
2015-10-26vis: introduce explicit operators for case changesMarc André Tanner3-19/+27
2015-10-26vis: move key handling functions to main.cMarc André Tanner5-1978/+2030
2015-10-26vis: merge editor.c into vis.cMarc André Tanner8-913/+837
2015-10-25vis: introduce vis_key_next APIMarc André Tanner2-5/+5
2015-10-25vis: introduce vis_register_{get,set} APIMarc André Tanner2-6/+29
2015-10-25vis: introduce vis_count_{get,set} APIMarc André Tanner2-9/+22
2015-10-25vis: introduce vis_motion_type APIMarc André Tanner2-1/+12
2015-10-25vis: clean up mark handlingMarc André Tanner4-23/+24
2015-10-25vis: convert jumplist navigation to proper motionsMarc André Tanner5-59/+45
2015-10-25vis: convert changelist navigation to proper motionsMarc André Tanner5-48/+52
2015-10-25vis: introduce vis_repeat APIMarc André Tanner2-5/+11
2015-10-25vis: introduce macro APIMarc André Tanner2-37/+83
2015-10-25vis: introduce vis_keys APIMarc André Tanner2-4/+5
2015-10-25vis: introduce vis_cmd APIMarc André Tanner2-4/+6
2015-10-25vis: introduce vis_textobject APIMarc André Tanner2-32/+39
2015-10-25vis: introduce vis_motion APIMarc André Tanner3-126/+151
2015-10-23vis: introduce vis_mode_switch APIMarc André Tanner3-15/+22
2015-10-23vis: introduce vis_operator APIMarc André Tanner2-23/+29
2015-10-23vis: begin librarization of core vis primitivesMarc André Tanner5-127/+154
2015-10-22vis: refactor startup codeMarc André Tanner2-32/+35
2015-10-22ui: introduce and use ui specific die(...) functionMarc André Tanner3-20/+26
2015-10-22vis: overhaul signal handlingMarc André Tanner1-25/+26
2015-10-22vis: remove config selection based on argv[0]Marc André Tanner3-32/+1
2015-10-22vis: remove global state from key input handlingMarc André Tanner2-14/+7
2015-10-22vis: remove yet more global stateMarc André Tanner2-57/+59
2015-10-22vis: remove yet more global state from motion functionsMarc André Tanner2-14/+14
2015-10-22vis: rename motion typeMarc André Tanner2-10/+10
2015-10-22vis: remove more global state from motion functionsMarc André Tanner2-40/+43
2015-10-22vis: pass editor instance to keyboard action functionsMarc André Tanner3-167/+167
2015-10-22vis: remove more global stateMarc André Tanner1-23/+23
2015-10-22vis: pass editor instance to command handling funcitonsMarc André Tanner2-58/+58
2015-10-22vis: pass editor instance to mode handling functionsMarc André Tanner3-23/+23
2015-10-22vis: refactor operator implementationMarc André Tanner2-34/+28
2015-10-22vis: include :-commands in :help outputMarc André Tanner1-0/+4
2015-10-22vis: improve :help text, add separate status mode namesMarc André Tanner4-10/+38
2015-10-22text: introduce text_appendf utility functionMarc André Tanner2-0/+9