mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-10-24 17:23:56 +02:00
A buffer name wich special characters such as Command-T [Files] will cause E94 when trying to call setbufvar() on it. That is because the '[]' is special in buffer names. Therefore, fnameescape the buffer name. This should prevent 'E94: No matching buffer for /home/louis/git/minivimrc/Command-T [Files]' errors. closes #1906