Move autogenerated completions to ~/.config/fish/generated_completions/

https://github.com/fish-shell/fish-shell/issues/576
This commit is contained in:
ridiculousfish
2013-02-17 16:14:36 -08:00
parent 911c37e63e
commit e7c1cb7185
4 changed files with 55 additions and 74 deletions

View File

@@ -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));