aboutsummaryrefslogtreecommitdiff
path: root/vis-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-24combine Win and UiWinRandy Palamar1-12/+12
2024-05-21remove some view pointer chasingRandy Palamar1-17/+17
2024-05-21remove some ui pointer chasingRandy Palamar1-8/+7
2024-05-21replace UiTerm with Ui & delete function pointersRandy Palamar1-11/+7
2024-05-21replace UiTermWin with UiWin & remove function pointersRandy Palamar1-6/+6
2024-05-21make Selection unopaqueRandy Palamar1-1/+1
2024-05-21make View unopaqueRandy Palamar1-2/+4
2024-04-21vis-cmd: silence gcc warning & remove strlen callMatěj Cepl1-1/+2
2024-02-01allow disabling of statusbarsewn1-0/+2
2023-08-27Make expandtab option window-localAlexey Yerin1-1/+1
2023-08-27Make tabwidth option window-localAlexey Yerin1-9/+1
2023-08-26support old option names but mark as deprecatedRandy Palamar1-0/+3
2023-08-24Lua API: access and set all available optionsRandy Palamar1-11/+13
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