mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-28 06:36:51 +08:00
Try a different approach, that does not echo the commandline. For that, create a <silent> mapping, that is called via feedkeys() and as such should update the tabline. fixes #1011