How to get fmt-like functions for Vim on Windows?

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

0
windows vim
source share
1 answer

I am using GnuWin32 . You can only install the CoreUtils package to get fmt . Make sure you change the PATH environment variable by pointing to the bin directory of GnuWin32.

+1
source share

All Articles