File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
pkg/gui/controllers/helpers Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,6 @@ func (self *SuggestionsHelper) GetBranchNameSuggestionsFunc() func(string) []*ty
89
89
// self.c.Model().FilesTrie. On the main thread we'll be doing a fuzzy search via
90
90
// self.c.Model().FilesTrie. So if we've looked for a file previously, we'll start with
91
91
// the old trie and eventually it'll be swapped out for the new one.
92
- // Notably, unlike other suggestion functions we're not showing all the options
93
- // if nothing has been typed because there'll be too much to display efficiently
94
92
func (self * SuggestionsHelper ) GetFilePathSuggestionsFunc () func (string ) []* types.Suggestion {
95
93
_ = self .c .WithWaitingStatus (self .c .Tr .LoadingFileSuggestions , func (gocui.Task ) error {
96
94
trie := patricia .NewTrie ()
You can’t perform that action at this time.
0 commit comments