summaryrefslogtreecommitdiff
path: root/vis-core.h
AgeCommit message (Expand)Author
2016-03-13vis: convert gn and gN text objects to use "/ register contentMarc André Tanner
2016-02-25vis: use standard registers for macro recordingsMarc 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-12vis: respect window local mappings for child modesMarc André Tanner
2016-02-12Mark some tables as constMarc André Tanner
2016-02-11vis: add support for different kind of text objectsMarc André Tanner
2016-01-30Cleanup register implementationMarc André Tanner
2016-01-30Improve Lua error reportingMarc André Tanner
2016-01-27vis: remove unused struct Mode member 'is_user'Marc André Tanner
2016-01-14vis: move prompt handling to separate fileMarc André Tanner
2016-01-14vis: more cleanupsMarc André Tanner
2016-01-14vis: s/moves/vis_motions/gMarc André Tanner
2016-01-14vis: s/ops/vis_operators/gMarc André Tanner
2016-01-14vis: s/VIS_MODE_LAST/VIS_MODE_INVALID/gMarc André Tanner
2016-01-14vis: move text object definitions to separate fileMarc André Tanner
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner
2016-01-13vis: add infrastructure to support per window key bindingsMarc André Tanner
2015-12-26vis: refactor Lua integrationMarc André Tanner
2015-12-26Initialize enum values to the public API onesSilvan Jegen
2015-11-28view: remove ViewEvent infrastructureMarc André Tanner
2015-11-08Remove trailing white space from source filesMarc André Tanner
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner
2015-11-08vis: more comments and cleanupsMarc André Tanner
2015-11-07vis: prefix enum VisMotion values with VIS_Marc André Tanner
2015-11-07vis: prefix enum VisOperator values with VIS_Marc André Tanner
2015-11-07vis: API documentation and cleanupMarc André Tanner
2015-11-07vis: introduce vis_cancel APIMarc André Tanner
2015-11-07vis: move modes into separate fileMarc André Tanner
2015-11-07vis: move operators to separate fileMarc André Tanner
2015-11-07vis: move motions to separate fileMarc André Tanner
2015-11-07vis: move :-commands into their own fileMarc André Tanner