Re: where does Win7's VIM read my .vimrc files from?

2011-07-20 Thread Tony Mechelynck
On 20/07/11 01:03, Linda W wrote: John Trammell wrote: fileencodings=ucs-bom,utf-16le,utf-8,default,latin1 That does it!...thanks!... --- I Prematurely spoke, since it worked wtih utf-16le, but I later found that I couldn't read normal utf-8 files! So...it really didn't. Yeah, usually

Re: where does Win7's VIM read my .vimrc files from?

2011-07-19 Thread Linda W
Tony Mechelynck wrote: On 14/07/11 22:20, Charles Campbell wrote: Try using set fencs=^=utf-16le (see :help :set^= ) and see if that solves your difficulty. I'm ready to stand corrected whenever TonyM gets around to it! Chip Thanks for the compliment, but most has already been said.

Re: where does Win7's VIM read my .vimrc files from?

2011-07-17 Thread Tony Mechelynck
On 14/07/11 22:20, Charles Campbell wrote: Gary Johnson wrote: On 2011-07-14, Linda W wrote: I've been trying to add the following -- and added to about 3 separate places and non have work: set fileencodings+=utf-16le [...] Anyway, with the changes in all 3 places, starting GVIM still has

where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Linda W
I've been trying to add the following -- and added to about 3 separate places and non have work: set fileencodings+=utf-16le First I set it in the .vimrc in my $HOME dir (=//Bliss/username (no work) Note: $HOMESHARE=$HOME, so it was set there too I also tried under my USERPROFILE:

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Gary Johnson
On 2011-07-14, Linda W wrote: I've been trying to add the following -- and added to about 3 separate places and non have work: set fileencodings+=utf-16le [...] Anyway, with the changes in all 3 places, starting GVIM still has file encodings set to the default:

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Charles Campbell
Gary Johnson wrote: On 2011-07-14, Linda W wrote: I've been trying to add the following -- and added to about 3 separate places and non have work: set fileencodings+=utf-16le [...] Anyway, with the changes in all 3 places, starting GVIM still has file encodings set to the

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Ben Fritz
On Jul 14, 2:41 pm, Linda W v...@tlinx.org wrote: I've been trying to add the following -- and added to about 3 separate places and non have work: set fileencodings+=utf-16le First I set it in the .vimrc in my $HOME dir  (=//Bliss/username (no work) Note: $HOMESHARE=$HOME, so it was

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread John Trammell
Not a vim guru here, but try the output of :echo $MYVIMRC. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Linda W
John Trammell wrote: Not a vim guru here, but try the output of :echo $MYVIMRC. http://www.vim.org/maillist.php Windows: /Users/linda w.BLISS echo $MYVIMRC Linux: Ishtar:linda w echo $MYVIMRC - Ben Fritz wrote: I don't think any of the .Bliss

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Gary Johnson
Hi Linda, It looks like you have most of this figured out. I just thought I'd try to answer some remaining questions. On 2011-07-14, Linda W wrote: Why is it ignoring my .vimrc for a _vimrc on an NTFS win7 system? Oh...nevermind... I just deleted the _vimrc, and now it picks up