if I have set wildmode=longest,full and I already have typed longest common prefix I will get completion right away, but if longest used with other vlaues like full or noselect it loses this ability. So for example, set wildmode=full:longest,full will not start completion if longest common prefix is typed. And for some reason full:longest behaves like noselect:longest, when noselect:longest works like just longest ignoring noselect. The completion I want is to complete to longest prefix and show wildmenu on first tab, then on second start completion, if I already have typed longest common prefix to show wildmenu and start completion right away, but it seems like its impossile to achieve
if I have
set wildmode=longest,fulland I already have typed longest common prefix I will get completion right away, but iflongestused with other vlaues likefullornoselectit loses this ability. So for example,set wildmode=full:longest,fullwill not start completion if longest common prefix is typed. And for some reasonfull:longestbehaves likenoselect:longest, whennoselect:longestworks like justlongestignoringnoselect. The completion I want is to complete to longest prefix and show wildmenu on first tab, then on second start completion, if I already have typed longest common prefix to show wildmenu and start completion right away, but it seems like its impossile to achieve