1

Possible Duplicate:
How to insert spaces up to column X to line up things in columns?

Is there any plugin to make:

var joe = 'joe';
var johnny = 'johnny';
var quaid = 'quaid';

turn into:

var joe    = 'joe';
var johnny = 'johnny';
var quaid  = 'quaid';

?

Community
  • 1
  • 1
rkk
  • 189
  • 2
  • 11

1 Answers1

2

Look here:

Align.Vim

Tabular

BergmannF
  • 9,727
  • 3
  • 37
  • 37