mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 17:12:50 +08:00
Remove the COMPLETE_SEP define
It was unused.
This commit is contained in:
parent
96bc8a14ca
commit
cd86c0ee88
|
@ -20,8 +20,6 @@ struct completion_mode_t {
|
||||||
bool requires_param{false};
|
bool requires_param{false};
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Separator between completion and description.
|
|
||||||
#define COMPLETE_SEP L'\004'
|
|
||||||
/// Character that separates the completion and description on programmable completions.
|
/// Character that separates the completion and description on programmable completions.
|
||||||
#define PROG_COMPLETE_SEP L'\t'
|
#define PROG_COMPLETE_SEP L'\t'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user