aboutsummaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-06vis: fix vi filter operators ! and =Marc André Tanner1-4/+2
2016-04-03vis: change vis_pipe API and cleanup related codeMarc André Tanner1-5/+5
2016-04-03sam: unify vi(m) and sam command lineMarc André Tanner1-1/+187
2016-03-30array: allow arbitrarily sized array elementsMarc André Tanner1-0/+2
2016-03-28vis: cleanup usage of vis_cursors_countMarc André Tanner1-1/+1
2016-03-25vis: remove __DATE__ and __TIME__ references to aid with reproducible buildsMarc André Tanner1-1/+1
2016-03-23Remove identically replicated copyright comments from source filesMarc André Tanner1-15/+0
2016-03-15vis: do properly replay ": and "/ registersMarc André Tanner1-0/+7
2016-03-15vis: slightly cleanup register related codeMarc André Tanner1-1/+1
2016-03-13vis: convert gn and gN text objects to use "/ register contentMarc André Tanner1-3/+0
2016-03-12vis: overhaul search related code, support "/ registerMarc André Tanner1-0/+14
2016-02-25vis: use standard registers for macro recordingsMarc André Tanner1-11/+13
2016-02-21Cleanup new line insertion codeMarc André Tanner1-10/+1
2016-02-18Add infrastructure to register custom text object functionsMarc André Tanner1-2/+5
2016-02-18Add infrastructure to add custom motion functionsMarc André Tanner1-0/+3
2016-02-18vis: add insfrastructure to support global key mappingsMarc André Tanner1-0/+12
2016-02-13Convert call sites of text_line_char_{get,set} to text_line_width_{get,set}Marc André Tanner1-3/+2
2016-02-12vis: respect window local mappings for child modesMarc André Tanner1-16/+10
2016-02-12Mark some tables as constMarc André Tanner1-1/+1
2016-02-12Improve large file supportMarc André Tanner1-0/+11
2016-02-11vis: add support for different kind of text objectsMarc André Tanner1-3/+10
2016-02-10vis: simplify modes implementationMarc André Tanner1-0/+2
2016-02-07vis: export vis_window_closableMarc André Tanner1-0/+10
2016-01-30Implement "A - "Z registersMarc André Tanner1-1/+8
2016-01-30Implement system clipboard registers "* and "+Marc André Tanner1-1/+2
2016-01-30Implement blackhole register "_Marc André Tanner1-0/+1
2016-01-30Cleanup register implementationMarc André Tanner1-2/+3
2016-01-30Improve Lua error reportingMarc André Tanner1-2/+5
2016-01-28vis: factor out common code to create internal fileMarc André Tanner1-6/+11
2016-01-28vis: clean up count handlingMarc André Tanner1-9/+15
2016-01-20vis: further improve selection restore codeMarc André Tanner1-0/+6
2016-01-19vis: improve selection restore `gv`Marc André Tanner1-0/+11
2016-01-14vis: use different default register when editing a prompt fileMarc André Tanner1-3/+3
2016-01-14vis: move prompt handling to separate fileMarc André Tanner1-175/+3
2016-01-14vis: more cleanupsMarc André Tanner1-4/+0
2016-01-14vis: s/moves/vis_motions/gMarc André Tanner1-1/+1
2016-01-14vis: s/ops/vis_operators/gMarc André Tanner1-6/+6
2016-01-14vis: move motion releated functions to corresponding fileMarc André Tanner1-90/+0
2016-01-14vis: s/VIS_MODE_LAST/VIS_MODE_INVALID/gMarc André Tanner1-1/+1
2016-01-14vis: move vis_operator(..) to corresponding fileMarc André Tanner1-63/+0
2016-01-14vis: move text object definitions to separate fileMarc André Tanner1-37/+1
2016-01-14vis: inline expand_tabMarc André Tanner1-11/+0
2016-01-14vis: focus correct window when closing promptMarc André Tanner1-21/+29
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner1-65/+176
2016-01-13ui: make statusbar configurableMarc André Tanner1-1/+1
2016-01-13vis: add infrastructure to support per window key bindingsMarc André Tanner1-10/+22
2016-01-13vis: cleanup key binding definitionsMarc André Tanner1-2/+2
2016-01-13vis: fix tab expansion if enabledMarc André Tanner1-2/+17
2015-12-26vis: refactor Lua integrationMarc André Tanner1-103/+15
2015-12-20vis: fix forceful redraw <C-l>Marc André Tanner1-0/+4