I'm trying to turn off audoindent for most file types and to use soft tabs. For instance: * *.* --autoindent --syntax awk *.py --autoindent --syntax d :include ftyperc *.py --autoindent --syntax sh The last file type section applies to all files. All files are colored for (sh) files and autoindent is off. This means ftyperc cannot be usably copied in to ~/.jstarrc If the :include is used, then a file named x is syntax colored for the D language. x.y is syntax colored for C. x.py is (python) with...