mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Move autogenerated completions to ~/.config/fish/generated_completions/
https://github.com/fish-shell/fish-shell/issues/576
This commit is contained in:
@@ -429,10 +429,7 @@ void completion_autoload_t::command_removed(const wcstring &cmd)
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
Create a new completion entry
|
||||
|
||||
*/
|
||||
/** Create a new completion entry */
|
||||
void append_completion(std::vector<completion_t> &completions, const wcstring &comp, const wcstring &desc, complete_flags_t flags)
|
||||
{
|
||||
completions.push_back(completion_t(comp, desc, flags));
|
||||
|
||||
Reference in New Issue
Block a user