home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / edit / vim / macros / center next >
Encoding:
Text File  |  1993-10-12  |  169 b   |  4 lines

  1. "This macro centers a line in an 80 character space.
  2. "Careful: lines longer than 80 characters will be truncated
  3. map ;ce :s/^[     ]*//
  4. $ma81a |D`alld0:s/  / /g
  5. $p
  6. k$x
  7.