Forráskód Böngészése

Explicitly return 0

Junegunn Choi 11 éve
szülő
commit
6f487f1579
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      plug.vim

+ 1 - 1
plug.vim

@@ -70,7 +70,7 @@ function! plug#begin(...)
     let home = s:path(split(&rtp, ',')[0]) . '/plugged'
   else
     echoerr "Unable to determine plug home. Try calling plug#begin() with a path argument."
-    return
+    return 0
   endif
 
   if !isdirectory(home)