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?
Asked
Active
Viewed 381 times
1 Answers
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