mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
fix comment
This commit is contained in:
@@ -745,7 +745,7 @@ void completer_t::complete_abbr(const wcstring &cmd) {
|
|||||||
/// @param desc
|
/// @param desc
|
||||||
/// Description of the completion
|
/// Description of the completion
|
||||||
/// @param flags
|
/// @param flags
|
||||||
/// The list into which the results will be inserted
|
/// The flags
|
||||||
///
|
///
|
||||||
void completer_t::complete_from_args(const wcstring &str, const wcstring &args,
|
void completer_t::complete_from_args(const wcstring &str, const wcstring &args,
|
||||||
const wcstring &desc, complete_flags_t flags) {
|
const wcstring &desc, complete_flags_t flags) {
|
||||||
|
|||||||
Reference in New Issue
Block a user