zefei / vim-wintabs

Modern buffer manager for Vim
MIT License
325 stars 25 forks source link

Format option for displaying vim tabs with separator #8

Closed echuraev closed 6 years ago

echuraev commented 7 years ago

You can set option g:wintabs_ui_show_vimtab_name equal 2. Then vim tabs will be displayed in this way: :. User is not able to customize the separator between number and name.

We had a discussion with Zefei (@zefei) how it should be implemented in pull request #7. All discussion you can read here.

The summary of this discussion is: "A good way to make format option for displaying vim tabs would be to allow user to free form the tab name like "%d: %n"."

echuraev commented 7 years ago

@zefei Could you please create a label for this issue to mark it that it is not an issue but it is a feature request?

zefei commented 7 years ago

It would be nice to have this option to format both buffer tabs and vim tabs however the user wants.

zefei commented 6 years ago

Thank you for the patch, closing this issue.