Thursday, August 20, 2009

Re: R indentation

> The indented result of the 'whatcdf.R' is like the following, which is
> obviously not correct. 'for' statement should be aligned with
> 'library'; 'print' should be aligned with 'pname' in the 3rd line.
>
> library(makecdfenv)
>   for (f in list.celfiles()) {
>     pname=cleancdfname(whatcdf(f))
>       print(pname)
>   }

Here, when I type gg=G, it looks like:

library(makecdfenv)
for (f in list.celfiles()) {
pname=cleancdfname(whatcdf(f))
print(pname)
}

What are your values of the indentation-related options?

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

No comments:

Post a Comment