OSDN Git Service

Regular updates
[twpd/master.git] / vimscript.md
index 79c8e96..2174cea 100644 (file)
@@ -140,7 +140,7 @@ function! s:Initialize(cmd, args)
   " a: prefix for arguments
   echo "Command: " . a:cmd
 
-  return true
+  return 1
 endfunction
 ```