vim-airline/autoload/airline
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
..
extensions Formatter: Use pathshorten() instead of substitute() 2018-06-04 21:59:16 +02:00
themes Update copyright notifications 2018-01-05 10:37:59 +01:00
async.vim async: catch error when jobstart() fails 2018-03-20 14:01:46 +01:00
builder.vim Statusline: Use separator widths to calculate whether a title will fit 2018-03-18 00:52:34 +00:00
debug.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
extensions.vim branch: fugitive renamed its functions 2018-06-04 17:38:49 +02:00
highlighter.vim Revert "highlighter: Make the separators use a cterm background color" 2018-03-20 15:30:02 +01:00
init.vim Simplify airline#init#gui_mode() 2018-04-06 02:21:20 +02:00
msdos.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
parts.vim Blacklist startify for [noperm] 2018-05-11 22:32:20 +02:00
section.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
themes.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
util.vim fugitive: Use FugitiveHead() instead of fugitive#head 2018-06-04 18:32:30 +02:00