aboutsummaryrefslogtreecommitdiff
path: root/vis-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-28view.c: add word wrappingAndrey Proskurin1-0/+9
2023-07-18Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()Jörg Bakker1-1/+1
2023-07-18fix warning about field width not being an intRandy Palamar1-4/+4
2023-07-17Print keybindings containing space correctlyMax Schillinger1-2/+22
2023-02-12Do tilde expansion only for the tilde character at the beginning of the pattern.Matěj Cepl1-1/+5
2020-11-13vis: use localtime_r(3) instead of localtime(3)Marc André Tanner1-1/+2
2020-09-19Add ignorecase optionEvan Gates1-0/+3
2020-02-10vis: omit error message when vis-menu(1) is cancelledMarc André Tanner1-1/+1
2020-01-28vis: support an optional exit status in :q and :qall commandsMarc André Tanner1-3/+3
2019-05-23Add layout optionKarl Schultheisz1-0/+13
2018-05-30vis: add loadmethod optionMarc André Tanner1-0/+13
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner1-0/+2
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner1-21/+21
2017-06-04Add option to hide EOF markerPhilipp Emanuel Weidmann1-0/+2
2017-05-06vis: add doxygen commentsMarc André Tanner1-2/+2
2017-05-03text: remove count argument from text_{earlier,later}Marc André Tanner1-4/+7
2017-03-21vis: reject invalid option namesMarc André Tanner1-0/+4
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner1-3/+0
2017-03-19Move :set theme option implementation to luaMarc André Tanner1-6/+0
2017-03-19Move :set syntax option implementation to luaMarc André Tanner1-17/+0
2017-03-19vis: add infrastructure to dynamically add :set optionsMarc André Tanner1-25/+86
2017-03-14Add experimental raw vt100 UI backendMarc André Tanner1-0/+1
2017-03-02vis: remove :bdelete commandMarc André Tanner1-18/+0
2017-02-27vis: allow useage of file dialog for :read commandMarc André Tanner1-0/+18
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner1-12/+20
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