vim-airline/autoload
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
..
airline Formatter: Use pathshorten() instead of substitute() 2018-06-04 21:59:16 +02:00
airline.vim Update copyright notifications 2018-01-05 10:37:59 +01:00