aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorYasuhiro Matsumoto2022-03-17 01:46:51 +0900
committerYasuhiro Matsumoto2022-03-17 01:46:51 +0900
commit83f1c204d0209f4782aadd22f5f5d34a43e9959e (patch)
tree4ce570ea5f93f91a6c398eedc5c53287f143bcb2
parent9a55567d237f68b497d8fad0dbffa02e63c1146a (diff)
downloadctrlp.vim-83f1c204d0209f4782aadd22f5f5d34a43e9959e.tar.gz

retab

-rw-r--r--autoload/ctrlp.vim2
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)