aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner1-0/+1
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner1-1/+1
2016-11-16vis: treat vis_keys_feed input like a macro replayMarc André Tanner1-0/+1
2016-11-15vis: defer UI initialization and overhaul argument parsingMarc André Tanner1-0/+1
2016-11-15vis: overhaul and unify event generation codeMarc André Tanner1-0/+16
2016-11-15vis: generalize special stdin handlingMarc André Tanner1-1/+1
2016-11-11vis: attempt to use the default shell of the user to execute external commandsMarc André Tanner1-0/+1
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner1-0/+1
2016-10-27vis: apply language map only to key values not modifiersMarc André Tanner1-0/+1
2016-09-25vis: disable language map for replacement character of `r` commandMarc André Tanner1-0/+1
2016-08-24vis: improve dot (repeat) command implmentationMarc André Tanner1-1/+1
2016-08-24vis: overhaul input queue handlingMarc André Tanner1-1/+0
2016-05-28vis: try to reduce number of redrawsMarc André Tanner1-1/+1
2016-05-26vis: use normalized absolute file names as internal representationMarc André Tanner1-0/+3
2016-05-22vis-lua: do not report errors recursivelyMarc André Tanner1-0/+1
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner1-0/+1
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner1-0/+3
2016-05-10Revert "vis: clean up interaction between vis and ui"Marc André Tanner1-2/+0
2016-05-04vis: clean up interaction between vis and uiMarc André Tanner1-0/+2
2016-05-04vis: make j and k a linewise inclusive motionMarc André Tanner1-2/+3
2016-05-01vis: further cleanup input handling, introduce vis_keys_feed APIMarc André Tanner1-0/+1
2016-04-21vis: add infrastructure to register custom :-commandsMarc André Tanner1-0/+1
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