Hello there,

does the code style also apply to vim script?

Well, here's a small patch for a vim script file.

Elias


-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
diff -r f530aef0d959 runtime/autoload/netrw.vim
--- a/runtime/autoload/netrw.vim	Wed Oct 12 22:02:14 2011 +0200
+++ b/runtime/autoload/netrw.vim	Tue Oct 18 11:34:37 2011 +0200
@@ -7979,7 +7979,7 @@
 fun! s:ComposePath(base,subdir)
 "  call Dfunc("s:ComposePath(base<".a:base."> subdir<".a:subdir.">)")
 
-  if(has("amiga"))
+  if (has("amiga"))
 "   call Decho("amiga")
    let ec = a:base[s:Strlen(a:base)-1]
    if ec != '/' && ec != ':'

Raspunde prin e-mail lui