mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 15:01:16 -03:00
Remove the COMPLETE_SEP define
It was unused.
This commit is contained in:
@@ -20,8 +20,6 @@ struct completion_mode_t {
|
||||
bool requires_param{false};
|
||||
};
|
||||
|
||||
/// Separator between completion and description.
|
||||
#define COMPLETE_SEP L'\004'
|
||||
/// Character that separates the completion and description on programmable completions.
|
||||
#define PROG_COMPLETE_SEP L'\t'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user