home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
vim
/
macros
/
center
next >
Wrap
Text File
|
1995-02-27
|
169b
|
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