aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/shell.c
Commit message (Expand)AuthorAge
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move shell related functions to os/shell.cBjörn Linse2021-12-10
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* vim-patch:8.1.0989: various small code uglinessJan Edmund Lazo2021-03-29
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* pvs/v1048: variable was assigned same valueJan Edmund Lazo2020-03-01
* lintJustin M. Keyes2020-02-02
* refactor: move various things to os/shell.cJustin M. Keyes2020-02-02
* shell: "..." instead of "[...]" #11760Justin M. Keyes2020-01-25
* shell: improve displaying of pulse (#11130)Daniel Hahler2019-10-02
* Revisit out_data_decide_throttleDaniel Hahler2019-08-30
* shell/logging: Fix E730 with verbose system({List}) #9009Justin M. Keyes2018-09-21
* do_shell, do_filter: Remove "clear screen", "wait for return" callsJustin M. Keyes2018-09-12
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* shell.c: fix scan-build NPE warning #8932Justin M. Keyes2018-08-29
* os/shell: use msg functions instead of screen when throttlingBjörn Linse2018-04-09
* os/shell: remove dead calls to screen functionsBjörn Linse2018-04-09
* shell: handle split-up UTF-8 sequencesBjörn Linse2018-02-10
* shell: support bellBjörn Linse2018-02-10
* lint, minor cleanupJustin M. Keyes2018-02-07
* shell: use msg_outtrans_len_attr for :!cmdBjörn Linse2018-02-05
* os_system(): do not set up input stream for empty string #7951Justin M. Keyes2018-02-01
* channels: generalize jobclose()Björn Linse2017-11-25
* channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24
* channels: refactorBjörn Linse2017-11-24
* coverity/155506: null dereference (#7089)Justin M. Keyes2017-07-29
* coverity/155506: fixing "dereference null after check" (#6862)Chris Hall2017-06-19
* log: Always enable; remove DISABLE_LOGJustin M. Keyes2017-06-07
* os/shell.c: temporary solution to not put ctrl chars on the screen gridBjörn Linse2017-05-10
* *: Add comment to all C filesZyX2017-04-19
* os/shell: Remove FUNC_ATTR_MALLOC from shell_build_argvZyX2017-04-15
* win: defaults: 'shellredir', 'shellxquote', 'shellxescape'Justin M. Keyes2017-04-12
* terminal: Support extra arguments in 'shell'. #4504Jack Bracewell2017-03-17
* process_spawn: Return status code (#6075)Justin M. Keyes2017-02-09
* out_data_decide_throttle(): timeout instead of hard limit.Justin M. Keyes2016-12-10
* out_data_decide_throttle(): Avoid too-small final chunk.Justin M. Keyes2016-12-10
* os/shell: do_os_system(): Always show last chunk.Justin M. Keyes2016-12-10
* os/shell: Throttle :! output, pulse "..." message.Justin M. Keyes2016-12-09
* shell_write_cb: Schedule error message. (#5670)Justin M. Keyes2016-11-26
* system('foo &', 'bar'): Show error, don't crash.Justin M. Keyes2016-10-19
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* doc: minor comment tweaksJustin M. Keyes2016-09-28
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* shell_escape: rename; refactorJustin M. Keyes2016-09-11
* system(): Respect 'sxe' and 'sxq' #2789Zhaosheng Pan2016-09-10