summaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)Author
2016-01-13ui: make statusbar configurableMarc André Tanner
2016-01-13vis: add infrastructure to support per window key bindingsMarc André Tanner
2016-01-13vis: cleanup key binding definitionsMarc André Tanner
2016-01-13vis: fix tab expansion if enabledMarc André Tanner
2015-12-26vis: refactor Lua integrationMarc André Tanner
2015-12-20vis: fix forceful redraw <C-l>Marc André Tanner
2015-11-28vis: do not switch to normal mode when leaving ? and / promptMarc André Tanner
2015-11-28view: remove ViewEvent infrastructureMarc André Tanner
2015-11-28vis: improve switching to prompt modeMarc André Tanner
2015-11-28vis: add cmd argument to VIS_OP_FILTERMarc André Tanner
2015-11-27vis: implement filter operator !Marc André Tanner
2015-11-27vis: change semantics of operator implementation return valueMarc André Tanner
2015-11-23vis: improve replacement of combining charactersMarc André Tanner
2015-11-08Update year numbers in Copyright clauseMarc André Tanner
2015-11-08Remove trailing white space from source filesMarc André Tanner
2015-11-08ui: load syntax theme based on the number of supported colorsMarc André Tanner
2015-11-08vis: introduce vis namespace for lua objectsMarc André Tanner
2015-11-08vis: try to support all lua versions >= 5.1Marc André Tanner
2015-11-08vis: factor out syntax highlighting codeMarc André Tanner
2015-11-08vis: implement :set themeMarc 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: tweak enum VisTextObject namesMarc 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
2015-11-06vis: fix cursor position after charwise pasteMarc André Tanner
2015-11-06vis: do something reasonable upon visual repeatMarc André Tanner
2015-11-06vis: fix operators to correctly handle multiple selectionsMarc André Tanner
2015-11-03vis: add vis_keys_inject to place keys into the input queueMarc André Tanner
2015-11-02vis: free input_queue at exitVirgile Andreani
2015-11-02vis: let keys entered via API affect macro recordingMarc André Tanner
2015-11-02vis: make append (a and A) commands repeatableMarc André Tanner
2015-11-02vis: improve count handling for dot commandMarc André Tanner
2015-11-02vis: improve dot commandMarc André Tanner
2015-10-27vis: make Vis an opaque type, hide implementaton detailsMarc André Tanner
2015-10-27vis: introduce vis_macro_recording APIMarc André Tanner
2015-10-27vis: introduce vis_prompt_enter APIMarc André Tanner
2015-10-27vis: clean up tab/newline insertion codeMarc André Tanner
2015-10-27vis: introduce pseudo operators for putMarc André Tanner
2015-10-26vis: introduce explicit operators for cursor creationMarc André Tanner
2015-10-26vis: introduce explicit operators for case changesMarc André Tanner
2015-10-26vis: move key handling functions to main.cMarc André Tanner
2015-10-26vis: merge editor.c into vis.cMarc André Tanner