Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Introduce nvim namespace: Move files. | Eliseo Martínez | 2014-05-15 |
| | | | | | | Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library. | ||
* | Rewrite `mch_call_shell` on top of libuv | Thiago de Arruda | 2014-04-05 |
| | | | | | | - Rename to `os_call_shell` - Use another entry point for libuv default event loop - Fix the `call_shell` reference in misc2.c | ||
* | Fix shell.{c,h} comments to match the style guide | Thiago de Arruda | 2014-03-31 |
| | |||
* | Rewrite `show_shell_mess` as a `ShellOpts` flag | Thiago de Arruda | 2014-03-31 |
| | |||
* | Refactor SHELL_* defines into enum typedef | Thiago de Arruda | 2014-03-31 |
| | | | | | | The SHELL_* defines are the bitflags that can be passed to `mch_call_shell`. The enum is defined in 'os/shell.h', where all shell-related functions will eventually be defined. | ||
* | Refactor/cleanup argument parsing functions | Thiago de Arruda | 2014-03-31 |
| | |||
* | Extract `shell_build_argv` from `mch_call_shell` | Thiago de Arruda | 2014-03-31 |
| | |||
* | Extract `shell_count_argc` from `mch_call_shell` | Thiago de Arruda | 2014-03-31 |
| | |||
* | Extract `shell_skip_word` from `mch_call_shell` | Thiago de Arruda | 2014-03-31 |