0

I've found fmt to be extremely useful with Vim for formatting code comments. Unfortunately, I'm now working on Windows and fmt is not available. Is there a way to get similar functionality in Windows?

May Oakes
  • 4,359
  • 5
  • 44
  • 51

1 Answers1

1

I use GnuWin32. You can install just the CoreUtils package to get fmt. Make sure you edit your environment's PATH variable to point to GnuWin32's bin directory.

Peter Rincker
  • 43,539
  • 9
  • 74
  • 101
  • I tried this but aren't getting the same result as on mac, see http://stackoverflow.com/questions/23013090/text-de-justification-to-get-correct-substring, any ideas? – xtds Apr 11 '14 at 18:27