aboutsummaryrefslogtreecommitdiff
path: root/vis-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-23vis: unify error path of command registration functionsMarc André Tanner1-6/+10
2017-02-08vis: fix cursor positioning after :helpMarc André Tanner1-0/+1
2017-02-05vis: add file argument to vis_pipeMarc André Tanner1-1/+2
2017-02-02vis: support rudimentary help search using :help patternMarc André Tanner1-0/+3
2017-01-31vis: add workaround for broken color handling in Terminal.appMarc André Tanner1-0/+3
2017-01-19text-regex: add regex backend based on libtreMarc André Tanner1-0/+1
2017-01-15vis: show error messages for failed :map/:unmap commandsMarc André Tanner1-7/+19
2017-01-10vis: add register description to :help outputMarc André Tanner1-0/+6
2017-01-10vis: add valid marks to :help outputMarc André Tanner1-0/+5
2017-01-10vis: add process id to :help outputMarc André Tanner1-1/+1
2017-01-06vis: simplify mode lookup for :map and :unmapMarc André Tanner1-19/+2
2016-12-31vis: allow user registered :-commands to specify a help textMarc André Tanner1-3/+17
2016-12-31vis: typedef function type not pointer to functionMarc André Tanner1-2/+2
2016-12-28vis: do not free right hand side of mapping twiceMarc André Tanner1-8/+3
2016-12-27vis: properly free dynamic key bindingsMarc André Tanner1-2/+2
2016-12-17vis: allow boolean :set options to be toggledMarc André Tanner1-13/+29
2016-12-16vis: add section about compile time configuration to :help outputMarc André Tanner1-0/+15
2016-12-15vis: more informative error message for :set optionJosh Wainwright1-1/+1
2016-12-14vis: add new :set savemethod auto|atomic|inplace optionMarc André Tanner1-0/+15
2016-12-03vis: improve :set option number parsingMarc André Tanner1-5/+21
2016-11-30vis: avoid inconsistent state after file reloading with :eMarc André Tanner1-1/+6
2016-11-25vis: fix I/O redirection bugs, cleanup vis_pipeMarc André Tanner1-2/+2
2016-11-22vis: add `:set escdelay nn` optionMarc André Tanner1-0/+6
2016-11-22vis: populate :set option map at startupMarc André Tanner1-11/+0
2016-11-15vis: generalize special stdin handlingMarc André Tanner1-1/+1
2016-11-11vis: cleanup `:set option` argument parsing logicMarc André Tanner1-15/+5
2016-11-11vis: add `:set shell` optionMarc André Tanner1-0/+11
2016-11-10vis: split `:set show <option>` into separate optionsMarc André Tanner1-26/+14
2016-11-05vis: display Lua package.cpath in :help outputMarc André Tanner1-11/+16
2016-09-29sam: consistent argument handling for :r, :w, :e commandsMarc André Tanner1-2/+5
2016-09-19vis: also list :set options in :help outputMarc André Tanner1-47/+15
2016-09-19vis: add rudimentary builtin help for :-commandsMarc André Tanner1-1/+12
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner1-1/+1
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner1-3/+3
2016-05-18vis: add #define for VIS_MENUMarc André Tanner1-4/+0
2016-05-18vis: add an interactive mode to vis_pipe{,_collect}(...)Marc André Tanner1-1/+1
2016-05-13vis: clean up key mapping implementationMarc André Tanner1-21/+4
2016-05-10Revert "vis: clean up interaction between vis and ui"Marc André Tanner1-1/+2
2016-05-04vis: clean up interaction between vis and uiMarc André Tanner1-2/+1
2016-04-29vis: do not crash when processing :-commands and no window is activeMarc André Tanner1-19/+40
2016-04-28vis: unmap all mapped prefixes if a new mapping is forcedMarc André Tanner1-36/+27
2016-04-23vis: display lua search paths in :help outputMarc André Tanner1-0/+15
2016-04-21vis: also show user registered :-commands in :help outputMarc André Tanner1-4/+6
2016-04-21vis: list usable symbolic keys in :help outputMarc André Tanner1-1/+76
2016-04-21vis: add infrastructure to register custom :-commandsMarc André Tanner1-0/+44
2016-04-19vis: add :set horizon optionDavid B. Lamkins1-0/+5
2016-04-19vis: add an unsigned option type for :set commandMarc André Tanner1-1/+3
2016-04-15vis: fix wrong usage message for :unmap commandMarc André Tanner1-1/+1
2016-04-15vis: improve handling of ~ and environment variables when opening filesMarc André Tanner1-1/+5
2016-04-14vis: allow mapping of <Space>Marc André Tanner1-4/+3