aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/complete.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/complete.cpp')
-rw-r--r--src/complete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complete.cpp b/src/complete.cpp
index 8c38b266..59da5a94 100644
--- a/src/complete.cpp
+++ b/src/complete.cpp
@@ -1340,7 +1340,7 @@ void complete(const wcstring &cmd_with_subcmds, std::vector<completion_t> *out_c
}
}
- if (cmd_node && cmd_node->location_in_or_at_end_of_source_range(pos)) {
+ if (cmd_node && cmd_node->location_in_or_at_end_of_source_range(pos)) {
// Complete command filename.
completer.complete_cmd(current_token, use_function, use_builtin, use_command,
use_implicit_cd);