mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
Code Cleanup
- Clarified autoComplete special case comment.
This commit is contained in:
parent
5f353f800d
commit
3003cdaf08
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,8 @@ int autoComplete (
|
|||
{
|
||||
foreach (item, list)
|
||||
{
|
||||
// An exact match is a special case. Assume there is only one exact match
|
||||
// and return immediately.
|
||||
if (partial == *item)
|
||||
{
|
||||
matches.clear ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue