aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
AgeCommit message (Expand)AuthorFilesLines
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