Inside Vim, is there a formatting command that would align a block of end of line comments?
For example in C++, it would turn this:
m_varName1; //
Use the Align plugin for Vim to align based on whatever separator(s) you choose.