aboutsummaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14vis: s/VIS_MODE_LAST/VIS_MODE_INVALID/gMarc André Tanner1-1/+1
2016-01-14vis: move vis_operator(..) to corresponding fileMarc André Tanner1-63/+0
2016-01-14vis: move text object definitions to separate fileMarc André Tanner1-37/+1
2016-01-14vis: inline expand_tabMarc André Tanner1-11/+0
2016-01-14vis: focus correct window when closing promptMarc André Tanner1-21/+29
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner1-65/+176
2016-01-13ui: make statusbar configurableMarc André Tanner1-1/+1
2016-01-13vis: add infrastructure to support per window key bindingsMarc André Tanner1-10/+22
2016-01-13vis: cleanup key binding definitionsMarc André Tanner1-2/+2
2016-01-13vis: fix tab expansion if enabledMarc André Tanner1-2/+17
2015-12-26vis: refactor Lua integrationMarc André Tanner1-103/+15
2015-12-20vis: fix forceful redraw <C-l>Marc André Tanner1-0/+4
2015-11-28vis: do not switch to normal mode when leaving ? and / promptMarc André Tanner1-1/+1
2015-11-28view: remove ViewEvent infrastructureMarc André Tanner1-14/+2
2015-11-28vis: improve switching to prompt modeMarc André Tanner1-5/+5
2015-11-28vis: add cmd argument to VIS_OP_FILTERMarc André Tanner1-5/+19
2015-11-27vis: implement filter operator !Marc André Tanner1-5/+17
2015-11-27vis: change semantics of operator implementation return valueMarc André Tanner1-3/+3
2015-11-23vis: improve replacement of combining charactersMarc André Tanner1-6/+1
2015-11-08Update year numbers in Copyright clauseMarc André Tanner1-1/+1
2015-11-08Remove trailing white space from source filesMarc André Tanner1-4/+4
2015-11-08ui: load syntax theme based on the number of supported colorsMarc André Tanner1-1/+0
2015-11-08vis: introduce vis namespace for lua objectsMarc André Tanner1-2/+6
2015-11-08vis: try to support all lua versions >= 5.1Marc André Tanner1-1/+1
2015-11-08vis: factor out syntax highlighting codeMarc André Tanner1-0/+3
2015-11-08vis: implement :set themeMarc André Tanner1-3/+25
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner1-3/+81
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner1-49/+1
2015-11-08vis: more comments and cleanupsMarc André Tanner1-19/+13
2015-11-07vis: prefix enum VisMotion values with VIS_Marc André Tanner1-30/+30
2015-11-07vis: tweak enum VisTextObject namesMarc André Tanner1-26/+26
2015-11-07vis: prefix enum VisOperator values with VIS_Marc André Tanner1-19/+19
2015-11-07vis: API documentation and cleanupMarc André Tanner1-11/+8
2015-11-07vis: introduce vis_cancel APIMarc André Tanner1-4/+8
2015-11-07vis: move modes into separate fileMarc André Tanner1-282/+1
2015-11-07vis: move operators to separate fileMarc André Tanner1-238/+13
2015-11-07vis: move motions to separate fileMarc André Tanner1-262/+0
2015-11-07vis: move :-commands into their own fileMarc André Tanner1-1206/+4
2015-11-06vis: fix cursor position after charwise pasteMarc André Tanner1-0/+7
2015-11-06vis: do something reasonable upon visual repeatMarc André Tanner1-0/+4
2015-11-06vis: fix operators to correctly handle multiple selectionsMarc André Tanner1-4/+8
2015-11-03vis: add vis_keys_inject to place keys into the input queueMarc André Tanner1-6/+24
2015-11-02vis: free input_queue at exitVirgile Andreani1-0/+1
2015-11-02vis: let keys entered via API affect macro recordingMarc André Tanner1-4/+5
2015-11-02vis: make append (a and A) commands repeatableMarc André Tanner1-2/+10
2015-11-02vis: improve count handling for dot commandMarc André Tanner1-2/+12
2015-11-02vis: improve dot commandMarc André Tanner1-53/+88
2015-10-27vis: make Vis an opaque type, hide implementaton detailsMarc André Tanner1-11/+108
2015-10-27vis: introduce vis_macro_recording APIMarc André Tanner1-0/+4
2015-10-27vis: introduce vis_prompt_enter APIMarc André Tanner1-4/+19