On Wed, 2 Jan 2002 12:40:11 +0100
Wichert Akkerman <[EMAIL PROTECTED]> wrote:

> Right now they're only enabled for a few specific filetypes
> (word-wrapping for emails for example). I doubt it's possible
> to figure out how vim is invoked in the scripts and change
> behaviour on that.

Is it not possible to create a "vi" wrapper script which 
contains something like the following?

#!/bin/bash

vim -C "$@"



regards,
        junichi         


Reply via email to