home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
411_01
/
vim
/
macros
/
center
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
undefined
UTF-8
Wrap
Text File
|
1993-12-13
|
172 b
|
4 lines
"This macro centers a line in an 80 character space.
"Careful: lines longer than 80 characters will be truncated
map ;ce :s/^[ ]*//$ma81a |D`alld0:s/ / /g$pk$x