Gary Johnson wrote:
[...]
One way to make sure that vim starts in non-compatible mode is to make sure you have a .vimrc file in your HOME directory, even if the file is empty.
[...]

This is true, but rather than an empty vimrc I suggest the following:

" Vim startup file
" Preferences which affect the menus must come first: uncomment if desired
if 0
" force English messages and menus regardless of locale
if has("unix")
        language messages C
else
        language messages en
endif
endif " if 0
" invoke the "example" vimrc
runtime vimrc_example.vim
" if and when we want to further customize Vim, we'll add more lines below




Best regards,
Tony.
--
Let's talk about how to fill out your 1984 tax return.  Here's an often
overlooked accounting technique that can save you thousands of
dollars:  For several days before you put it in the mail, carry your
tax return around under your armpit.  No IRS agent is going to want to
spend hours poring over a sweat-stained document.  So even if you owe
money, you can put in for an enormous refund and the agent will
probably give it to you, just to avoid an audit.  What does he care?
It's not his money.
                -- Dave Barry, "Sweating Out Taxes"

Reply via email to