mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Return 1 if name matches not 0, also fix some spaces.
This commit is contained in:
@ -595,7 +595,7 @@ mode_tree_search_for(struct mode_tree_data *mtd)
|
||||
continue;
|
||||
}
|
||||
if (mtd->searchcb(mtd->modedata, mti->itemdata, mtd->ss))
|
||||
return (mti);
|
||||
return (mti);
|
||||
}
|
||||
return (NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user