vim-airline/autoload/airline/extensions/tabline/formatters
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
..
default.vim Formatter: Use pathshorten() instead of substitute() 2018-06-04 21:59:16 +02:00
jsformatter.vim Support typescript in jsformatter 2018-04-02 11:29:18 -04:00
tabnr.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
unique_tail.vim tabline: get correct buffer name 2018-03-06 11:23:38 +01:00
unique_tail_improved.vim Update copyright notifications 2018-01-05 10:37:59 +01:00