Skip to content

Commit 83f1c20

Browse files
committed
retab
1 parent 9a55567 commit 83f1c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/ctrlp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ endf
17691769

17701770
if exists('*strchars') && exists('*strcharpart')
17711771
fu! s:pathshorten(str)
1772-
retu strcharpart(a:str, 0, 9).'...'.strcharpart(a:str, strchars(a:str) - s:winw + 16)
1772+
retu strcharpart(a:str, 0, 9).'...'.strcharpart(a:str, strchars(a:str) - s:winw + 16)
17731773
endf
17741774
el
17751775
fu! s:pathshorten(str)

0 commit comments

Comments
 (0)