vim-airline/autoload/airline/extensions/tabline
Christian Brabandt 1bb1ce594a
Formatter: Use pathshorten() instead of substitute()
The default formatter uses a hand-build regexp for shortening the path
in the tabline. However, since it uses the \w  regex atom, this won't
match e.g. cyrillic letters.

To fix this, use the builtin pathshorten() function which does handle
this case correctly. For a test, use e.g. 'D/Учёба/t.c'

closes #1737
2018-06-04 21:59:16 +02:00
..
formatters Formatter: Use pathshorten() instead of substitute() 2018-06-04 21:59:16 +02:00
autoshow.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
buffers.vim bufferline: always add a space for the very first item 2018-04-15 10:16:28 +02:00
buflist.vim Made s:variables local 2018-03-07 02:21:52 +01:00
builder.vim Don't show titles in the tabline if there aren't any 2018-04-01 01:05:51 +01:00
ctrlspace.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
tabs.vim Merge pull request #1693 from mrmr1993/current-tabs-visible-experiments 2018-04-01 14:01:17 +02:00
xtabline.vim add xtabline extension 2018-04-14 14:03:21 +02:00