in reply to Re: (OT) Perltidy,VIM for C/C++ visual block cleanup
in thread (OT) Perltidy,VIM for C/C++ visual block cleanup

Thanks. But what I mean is beautifying within VIM editor - especially visualize block, "uncrustify" doesn't seem to work on VIM.
  • Comment on Re^2: (OT) Perltidy,VIM for C/C++ visual block cleanup

Replies are listed 'Best First'.
Re^3: (OT) Perltidy,VIM for C/C++ visual block cleanup
by derby (Abbot) on Sep 12, 2006 at 14:05 UTC

    Sure it does ... !uncrustify -c config_file works for me. I didn't really like having to pass the config file option all the time so I modified the source to use a default. But ... it works. What problems are you having?

    -derby