mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Implemented process expansion on OS X
Also fixed issue where process expansion would always fail for processes with spaces Fixes https://github.com/fish-shell/fish-shell/issues/56
This commit is contained in:
4
expand.h
4
expand.h
@@ -192,5 +192,9 @@ int expand_is_clean( const wchar_t *in );
|
||||
*/
|
||||
void expand_variable_error( parser_t &parser, const wchar_t *token, int token_pos, int error_pos );
|
||||
|
||||
/**
|
||||
Testing function for getting all process names.
|
||||
*/
|
||||
std::vector<wcstring> expand_get_all_process_names(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user