summaryrefslogtreecommitdiff
path: root/vis.h
AgeCommit message (Expand)Author
2017-02-05vis: add file argument to vis_pipeMarc André Tanner
2017-01-28vis: keep track of most recently processed keys of input queueMarc André Tanner
2017-01-20vis: slightly cleanup repeat code, always set dot registerMarc André Tanner
2017-01-18vis: do not take undo snaphots while replaying a macroMarc André Tanner
2017-01-13vis: introduce registers 0-9 and & to capture search matchesMarc André Tanner
2017-01-10vis: add register description to :help outputMarc André Tanner
2017-01-10vis: add valid marks to :help outputMarc André Tanner
2017-01-06vis: simplify mode lookup for :map and :unmapMarc André Tanner
2016-12-31vis: allow user registered :-commands to specify a help textMarc André Tanner
2016-12-31vis: typedef function type not pointer to functionMarc André Tanner
2016-12-29vis: cleanup key action lifetime managementMarc André Tanner
2016-12-27vis: properly free dynamic key bindingsMarc André Tanner
2016-12-23Apply format string attribute to printf style functionsMarc André Tanner
2016-12-21vis: implement `gh` and `gl` to move by relative byte offsetsMarc André Tanner
2016-12-21vis: implement `go` to move to absolute byte positionMarc André Tanner
2016-12-20vis: improve literal insertion via <C-v> in insert modeMarc André Tanner
2016-12-19vis: introduce vis_register_from utility functionMarc André Tanner
2016-12-09vis-lua: expose input key event in insert and replace modesMarc André Tanner
2016-12-08vis: rename some internal C function pointersMarc André Tanner
2016-12-03vis: improve :set option number parsingMarc André Tanner
2016-11-28vis: move mark description into core codeMarc André Tanner
2016-11-25vis: fix I/O redirection bugs, cleanup vis_pipeMarc André Tanner
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner
2016-11-22vis-lua: pass path as second argument to file_save_post event hookMarc André Tanner
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner
2016-11-16sam: use default shell command for <, >, | and ! when applicapleMarc André Tanner
2016-11-15vis: generalize special stdin handlingMarc André Tanner
2016-11-09vis: add replace operator VIS_OP_REPLACEMarc André Tanner
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner
2016-09-25vis: disable language map for replacement character of `r` commandMarc André Tanner
2016-09-25vis: move file name and word completion logic to a shell scriptMarc André Tanner
2016-08-24vis: implement gJ like behaviorMarc André Tanner
2016-08-24vis: add vis_mode_get functionMarc André Tanner
2016-08-24vis: overhaul input queue handlingMarc André Tanner
2016-05-26vis: use normalized absolute file names as internal representationMarc André Tanner
2016-05-22vis: refactor status line handlingMarc André Tanner
2016-05-22vis: add function to change window statusbar contentMarc André Tanner
2016-05-22vis: add functions to query window sizeMarc André Tanner
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner
2016-05-18vis: add #define for VIS_MENUMarc André Tanner
2016-05-18vis: add an interactive mode to vis_pipe{,_collect}(...)Marc André Tanner
2016-05-18vis: introduce vis_pipe_collect utility functionMarc André Tanner
2016-05-13vis: clean up key mapping implementationMarc André Tanner
2016-05-08Fix autoindent when using ORichard Burke
2016-05-04vis: enable large file optimizations for files with long linesMarc 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-21vis: add infrastructure to register custom :-commandsMarc André Tanner
2016-04-20vis-lua: trigger start event after ui has been initializedMarc André Tanner