Skip to content

Commit c34567c

Browse files
committed
Remove completion prefix filtering
1 parent 4a664f8 commit c34567c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixd/lib/Controller/Completion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ void completeAttrPath(const Node &N, const ParentMapAnalysis &PM,
278278
auto R = findAttrPathForOptions(N, PM, Scope);
279279
if (R == PathResult::OK) {
280280
// Construct request.
281-
std::string Prefix = Scope.back();
281+
std::string Prefix = "";
282282
Scope.pop_back();
283283
{
284284
std::lock_guard _(OptionsLock);

0 commit comments

Comments
 (0)