summaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)Author
2016-05-04vis: make j and k a linewise inclusive motionMarc André Tanner
2016-05-01vis: delay start event until we are fully initializedMarc André Tanner
2016-05-01vis: further cleanup input handling, introduce vis_keys_feed APIMarc André Tanner
2016-05-01vis: cleanup input handling, improve macro replayMarc André Tanner
2016-04-29vis: do not crash when processing :-commands and no window is activeMarc André Tanner
2016-04-28vis: unmap all mapped prefixes if a new mapping is forcedMarc André Tanner
2016-04-21vis: add infrastructure to register custom :-commandsMarc André Tanner
2016-04-21vis: do not lazy allocate :-commandsMarc André Tanner
2016-04-20vis-lua: trigger start event after ui has been initializedMarc André Tanner
2016-04-20vis: handle termination from within win_open event gracefullyMarc André Tanner
2016-04-18vis: use internal file to show lua errorsMarc André Tanner
2016-04-18vis: do not run event handlers for internal filesMarc André Tanner
2016-04-17vis: remove mapping from ' ' to <Space>Marc André Tanner
2016-04-15vis: calculate auto indent for all cursors individuallyMarc André Tanner
2016-04-15vis: do not run registered event handlers for internal filesMarc André Tanner
2016-04-14vis: allow mapping of <Space>Marc André Tanner
2016-04-13vis: stop repeated motions as soon as resulting position remains the sameMarc André Tanner
2016-04-08vis: let :e recreate a window at the same location as the old oneMarc André Tanner
2016-04-08vis: cleanup window focusing codeMarc André Tanner
2016-04-06vis: fix vi filter operators ! and =Marc André Tanner
2016-04-03vis: change vis_pipe API and cleanup related codeMarc André Tanner
2016-04-03sam: unify vi(m) and sam command lineMarc André Tanner
2016-03-30array: allow arbitrarily sized array elementsMarc André Tanner
2016-03-28vis: cleanup usage of vis_cursors_countMarc André Tanner
2016-03-25vis: remove __DATE__ and __TIME__ references to aid with reproducible buildsMarc André Tanner
2016-03-23Remove identically replicated copyright comments from source filesMarc André Tanner
2016-03-15vis: do properly replay ": and "/ registersMarc André Tanner
2016-03-15vis: slightly cleanup register related codeMarc André Tanner
2016-03-13vis: convert gn and gN text objects to use "/ register contentMarc André Tanner
2016-03-12vis: overhaul search related code, support "/ registerMarc André Tanner
2016-02-25vis: use standard registers for macro recordingsMarc André Tanner
2016-02-21Cleanup new line insertion codeMarc André Tanner
2016-02-18Add infrastructure to register custom text object functionsMarc André Tanner
2016-02-18Add infrastructure to add custom motion functionsMarc André Tanner
2016-02-18vis: add insfrastructure to support global key mappingsMarc André Tanner
2016-02-13Convert call sites of text_line_char_{get,set} to text_line_width_{get,set}Marc André Tanner
2016-02-12vis: respect window local mappings for child modesMarc André Tanner
2016-02-12Mark some tables as constMarc André Tanner
2016-02-12Improve large file supportMarc André Tanner
2016-02-11vis: add support for different kind of text objectsMarc André Tanner
2016-02-10vis: simplify modes implementationMarc André Tanner
2016-02-07vis: export vis_window_closableMarc André Tanner
2016-01-30Implement "A - "Z registersMarc André Tanner
2016-01-30Implement system clipboard registers "* and "+Marc André Tanner
2016-01-30Implement blackhole register "_Marc André Tanner
2016-01-30Cleanup register implementationMarc André Tanner
2016-01-30Improve Lua error reportingMarc André Tanner
2016-01-28vis: factor out common code to create internal fileMarc André Tanner
2016-01-28vis: clean up count handlingMarc André Tanner
2016-01-20vis: further improve selection restore codeMarc André Tanner