[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: VIM features



On Wed, 2 Jan 2002 12:40:11 +0100
Wichert Akkerman <wichert@wiggy.net> 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 to: