Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
[JBIDE-8526] Freemarker CA doesn't work inside a tag/tag attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolovin committed May 7, 2015
1 parent 4a7147e commit f32586b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int
return new ICompletionProposal[] { completionProposal };
}
} else {
return NO_COMPLETIONS;
break;
}
}
}
Expand Down

0 comments on commit f32586b

Please sign in to comment.