CONVERT WORD'S AUTOCORRECT LISTS TO VIM (Gabriel Zachmann, Aug 1998) This directory contains a little program to convert word's .acl files into files which can be read by vim. Each pair of words in the autocorrect list is converted into a line of the form iab left-word right-word The script 'combine' takes a list of .acl files, runs each of them through 'extract-acl', and merges all the ouput into one big "iab" file. The thing has been tested with word 6 .acl files, and compiles without warning on SGI's. Files in this directory: combine - script extract-acl.c - C program extract-acl - compiled for SGI, IRIX 6.2 word.acl - an autocorrect list from word 6 vimrc.wordlist - example "iab" file for vim README Author: Gabriel Zachmann zach@igd.fhg.de Source: http://www.igd.fhg.de/~zach/programs/acl Copyright: Permission to use and distribute this set of files/programs is granted, provided all files are distributed as a package, including this README file and the copyright notice, and provided NO MONEY is being given to the distributor in exchange for them.