Thiago de Arruda
a4c77ab5f0
Fix shell.{c,h} comments to match the style guide
2014-03-31 09:20:24 -03:00
Thiago de Arruda
ab61c2caa7
Rewrite show_shell_mess
as a ShellOpts
flag
2014-03-31 08:07:47 -03:00
Thiago de Arruda
0d61b1c470
Refactor SHELL_* defines into enum typedef
...
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.
2014-03-31 08:07:47 -03:00
Thiago de Arruda
607e1c7ee4
Refactor/cleanup argument parsing functions
2014-03-31 08:07:47 -03:00
Thiago de Arruda
f496d619a9
Extract shell_build_argv
from mch_call_shell
2014-03-31 08:07:47 -03:00
Thiago de Arruda
8a61c27b1e
Extract shell_count_argc
from mch_call_shell
2014-03-31 08:07:46 -03:00
Thiago de Arruda
2d28251a6e
Extract shell_skip_word
from mch_call_shell
2014-03-31 08:07:46 -03:00