aboutsummaryrefslogtreecommitdiff
path: root/vis.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner1-0/+6
2016-05-18vis: add #define for VIS_MENUMarc André Tanner1-0/+11
2016-05-18vis: add an interactive mode to vis_pipe{,_collect}(...)Marc André Tanner1-2/+6
2016-05-18vis: introduce vis_pipe_collect utility functionMarc André Tanner1-0/+5
2016-05-13vis: clean up key mapping implementationMarc André Tanner1-4/+5
2016-05-08Fix autoindent when using ORichard Burke1-0/+3
2016-05-04vis: enable large file optimizations for files with long linesMarc André Tanner1-2/+0
2016-05-01vis: further cleanup input handling, introduce vis_keys_feed APIMarc André Tanner1-8/+6
2016-05-01vis: cleanup input handling, improve macro replayMarc André Tanner1-7/+6
2016-04-21vis: add infrastructure to register custom :-commandsMarc André Tanner1-0/+8
2016-04-20vis-lua: trigger start event after ui has been initializedMarc André Tanner1-0/+1
2016-04-19vis: add an unsigned option type for :set commandMarc André Tanner1-0/+1
2016-04-12Add "[(" and "])" motions for jumping to a parenthese pair's start/endRob Pilling1-0/+2
2016-04-12Add "[{" and "]}" motions to jump to a block's start/endRob Pilling1-0/+2
2016-04-08vis: let :e recreate a window at the same location as the old oneMarc André Tanner1-0/+2
2016-04-08vis: cleanup window focusing codeMarc André Tanner1-0/+2
2016-04-03vis: change vis_pipe API and cleanup related codeMarc André Tanner1-3/+3
2016-04-01vis: cleanup vis_pipe APIMarc André Tanner1-1/+10
2016-03-15vis: add support for command register ":Marc André Tanner1-0/+1
2016-03-13vis: convert gn and gN text objects to use "/ register contentMarc André Tanner1-1/+1
2016-03-12vis: overhaul search related code, support "/ registerMarc André Tanner1-0/+5
2016-02-25vis: use standard registers for macro recordingsMarc André Tanner1-22/+12
2016-02-18Add infrastructure to register custom text object functionsMarc André Tanner1-0/+5
2016-02-18vis-lua: expose vis:textobject(id)Marc André Tanner1-1/+1
2016-02-18Add infrastructure to add custom motion functionsMarc André Tanner1-0/+7
2016-02-18vis-lua: expose mode constants to luaMarc André Tanner1-2/+0
2016-02-18vis: add possibility to bind keys to lua functionsMarc André Tanner1-1/+2
2016-02-18vis: add insfrastructure to support global key mappingsMarc André Tanner1-0/+3
2016-02-15Add text object to cover lines with same indentation levelMarc André Tanner1-0/+1
2016-02-12Mark some tables as constMarc André Tanner1-2/+2
2016-02-11vis: implement gn and gN text objectsMarc André Tanner1-0/+2
2016-02-10vis: implement yank register "0Marc André Tanner1-0/+1
2016-02-07vis: export vis_window_closableMarc André Tanner1-0/+3
2016-01-30Implement "A - "Z registersMarc André Tanner1-1/+7
2016-01-30Implement system clipboard registers "* and "+Marc André Tanner1-0/+1
2016-01-30Implement blackhole register "_Marc André Tanner1-0/+1
2016-01-30Cleanup register implementationMarc André Tanner1-2/+2
2016-01-30Improve Lua error reportingMarc André Tanner1-1/+5
2016-01-29vis: factor out filter command implementationMarc André Tanner1-0/+5
2016-01-28vis: implement nn%Marc André Tanner1-0/+1
2016-01-28vis: clean up count handlingMarc André Tanner1-3/+5
2016-01-14vis: move prompt handling to separate fileMarc André Tanner1-0/+2
2016-01-14vis: s/VIS_MODE_LAST/VIS_MODE_INVALID/gMarc André Tanner1-1/+1
2016-01-14vis: move text object definitions to separate fileMarc André Tanner1-0/+1
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner1-11/+1
2016-01-13vis: add infrastructure to support per window key bindingsMarc André Tanner1-0/+2
2016-01-13vis: cleanup key binding definitionsMarc André Tanner1-10/+2
2015-12-26vis: refactor Lua integrationMarc André Tanner1-1/+11
2015-12-20vis: fix forceful redraw <C-l>Marc André Tanner1-0/+1
2015-11-28vis: add namespace prefix for MARK_SELECTION_{START,END}Marc André Tanner1-2/+2