diff options
| author | Yasuhiro Matsumoto | 2022-03-17 01:46:51 +0900 |
|---|---|---|
| committer | Yasuhiro Matsumoto | 2022-03-17 01:46:51 +0900 |
| commit | 83f1c204d0209f4782aadd22f5f5d34a43e9959e (patch) | |
| tree | 4ce570ea5f93f91a6c398eedc5c53287f143bcb2 | |
| parent | 9a55567d237f68b497d8fad0dbffa02e63c1146a (diff) | |
| download | ctrlp.vim-83f1c204d0209f4782aadd22f5f5d34a43e9959e.tar.gz | |
retab
| -rw-r--r-- | autoload/ctrlp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ctrlp.vim b/autoload/ctrlp.vim index e71f191..febdcc9 100644 --- a/autoload/ctrlp.vim +++ b/autoload/ctrlp.vim @@ -1769,7 +1769,7 @@ endf if exists('*strchars') && exists('*strcharpart') fu! s:pathshorten(str) - retu strcharpart(a:str, 0, 9).'...'.strcharpart(a:str, strchars(a:str) - s:winw + 16) + retu strcharpart(a:str, 0, 9).'...'.strcharpart(a:str, strchars(a:str) - s:winw + 16) endf el fu! s:pathshorten(str) |