I have used the following options in my *.vimrc
to get the command completion:
" -- Show matching options in the airline
set wildmenu
set wildmode=list:longest,full
set showcmd
" --
When used alongside the airline plug-in, the results are odd:
- I'm getting the desired single-line bar with all the options
- Additionally, all options are listed again above, as shown:
How can I only keep the single line scroll bar with all the matching options?