aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-18vis: use internal file to show lua errorsMarc André Tanner1-0/+1
2016-04-05vis: remove left over from :sam commandMarc André Tanner1-1/+0
2016-04-03sam: add infrastructure to support multi letter commandsMarc André Tanner1-0/+1
2016-03-13vis: convert gn and gN text objects to use "/ register contentMarc André Tanner1-1/+0
2016-02-25vis: use standard registers for macro recordingsMarc André Tanner1-2/+1
2016-02-18Add infrastructure to register custom text object functionsMarc André Tanner1-0/+3
2016-02-18Add infrastructure to add custom motion functionsMarc André Tanner1-0/+4
2016-02-18vis: add insfrastructure to support global key mappingsMarc André Tanner1-0/+1
2016-02-12vis: respect window local mappings for child modesMarc André Tanner1-0/+1
2016-02-12Mark some tables as constMarc André Tanner1-3/+3
2016-02-11vis: add support for different kind of text objectsMarc André Tanner1-4/+6
2016-01-30Cleanup register implementationMarc André Tanner1-0/+1
2016-01-30Improve Lua error reportingMarc André Tanner1-0/+1
2016-01-27vis: remove unused struct Mode member 'is_user'Marc André Tanner1-1/+0
2016-01-14vis: move prompt handling to separate fileMarc André Tanner1-0/+1
2016-01-14vis: more cleanupsMarc André Tanner1-3/+1
2016-01-14vis: s/moves/vis_motions/gMarc André Tanner1-4/+1
2016-01-14vis: s/ops/vis_operators/gMarc André Tanner1-1/+1
2016-01-14vis: s/VIS_MODE_LAST/VIS_MODE_INVALID/gMarc André Tanner1-2/+2
2016-01-14vis: move text object definitions to separate fileMarc André Tanner1-1/+2
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner1-3/+7
2016-01-13vis: add infrastructure to support per window key bindingsMarc André Tanner1-0/+1
2015-12-26vis: refactor Lua integrationMarc André Tanner1-0/+1
2015-12-26Initialize enum values to the public API onesSilvan Jegen1-2/+2
2015-11-28view: remove ViewEvent infrastructureMarc André Tanner1-1/+0
2015-11-08Remove trailing white space from source filesMarc André Tanner1-1/+1
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner1-0/+1
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner1-1/+0
2015-11-08vis: more comments and cleanupsMarc André Tanner1-61/+66
2015-11-07vis: prefix enum VisMotion values with VIS_Marc André Tanner1-1/+1
2015-11-07vis: prefix enum VisOperator values with VIS_Marc André Tanner1-2/+2
2015-11-07vis: API documentation and cleanupMarc André Tanner1-1/+2
2015-11-07vis: introduce vis_cancel APIMarc André Tanner1-1/+1
2015-11-07vis: move modes into separate fileMarc André Tanner1-0/+5
2015-11-07vis: move operators to separate fileMarc André Tanner1-0/+7
2015-11-07vis: move motions to separate fileMarc André Tanner1-0/+2
2015-11-07vis: move :-commands into their own fileMarc André Tanner1-0/+161