summaryrefslogtreecommitdiff
path: root/vis-cmds.c
AgeCommit message (Expand)Author
2025-01-04remove duplicated read_buffer functionsRandy Palamar
2024-05-24combine Win and UiWinRandy Palamar
2024-05-21remove some view pointer chasingRandy Palamar
2024-05-21remove some ui pointer chasingRandy Palamar
2024-05-21replace UiTerm with Ui & delete function pointersRandy Palamar
2024-05-21replace UiTermWin with UiWin & remove function pointersRandy Palamar
2024-05-21make Selection unopaqueRandy Palamar
2024-05-21make View unopaqueRandy Palamar
2024-04-21vis-cmd: silence gcc warning & remove strlen callMatěj Cepl
2024-02-01allow disabling of statusbarsewn
2023-08-27Make expandtab option window-localAlexey Yerin
2023-08-27Make tabwidth option window-localAlexey Yerin
2023-08-26support old option names but mark as deprecatedRandy Palamar
2023-08-24Lua API: access and set all available optionsRandy Palamar
2023-07-28view.c: add word wrappingAndrey Proskurin
2023-07-18Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()Jörg Bakker
2023-07-18fix warning about field width not being an intRandy Palamar
2023-07-17Print keybindings containing space correctlyMax Schillinger
2023-02-12Do tilde expansion only for the tilde character at the beginning of the pattern.Matěj Cepl
2020-11-13vis: use localtime_r(3) instead of localtime(3)Marc André Tanner
2020-09-19Add ignorecase optionEvan Gates
2020-02-10vis: omit error message when vis-menu(1) is cancelledMarc André Tanner
2020-01-28vis: support an optional exit status in :q and :qall commandsMarc André Tanner
2019-05-23Add layout optionKarl Schultheisz
2018-05-30vis: add loadmethod optionMarc André Tanner
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner
2017-06-04Add option to hide EOF markerPhilipp Emanuel Weidmann
2017-05-06vis: add doxygen commentsMarc André Tanner
2017-05-03text: remove count argument from text_{earlier,later}Marc André Tanner
2017-03-21vis: reject invalid option namesMarc André Tanner
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner
2017-03-19Move :set theme option implementation to luaMarc André Tanner
2017-03-19Move :set syntax option implementation to luaMarc André Tanner
2017-03-19vis: add infrastructure to dynamically add :set optionsMarc André Tanner
2017-03-14Add experimental raw vt100 UI backendMarc André Tanner
2017-03-02vis: remove :bdelete commandMarc André Tanner
2017-02-27vis: allow useage of file dialog for :read commandMarc André Tanner
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner
2017-02-23vis: unify error path of command registration functionsMarc André Tanner
2017-02-08vis: fix cursor positioning after :helpMarc André Tanner
2017-02-05vis: add file argument to vis_pipeMarc André Tanner
2017-02-02vis: support rudimentary help search using :help patternMarc André Tanner
2017-01-31vis: add workaround for broken color handling in Terminal.appMarc André Tanner
2017-01-19text-regex: add regex backend based on libtreMarc André Tanner
2017-01-15vis: show error messages for failed :map/:unmap commandsMarc André Tanner
2017-01-10vis: add register description to :help outputMarc André Tanner
2017-01-10vis: add valid marks to :help outputMarc André Tanner
2017-01-10vis: add process id to :help outputMarc André Tanner
2017-01-06vis: simplify mode lookup for :map and :unmapMarc André Tanner