RE: GVIM 7-0-178 seizing up

2006-12-19 Thread Steve Hall
From: zzapper david tvis co.uk, Tue, December 19, 2006 6:53 am
 
 http://downloads.sourceforge.net/cream/gvim-7-0-178.exe?modtime=1165578469big_mirror=0

 
 Downloaded above by following links from vim.org
 
 It works fine with most files but cannot edit .vimrc (unless I
 rename .vimrc to say fred) it shows the menu read only, edit anyway
 etc then seizes.

The correct name of vimrc on Windows is _vimrc. A file with a
preceding dot is actually not a permitted file name on Windows.
(Although there are ways of getting one on the system.)


-- 
Steve Hall  [ digitect dancingpaper com ]



RE: GVIM 7-0-178 seizing up

2006-12-19 Thread zzapper
Steve Hall [EMAIL PROTECTED] wrote in
news:[EMAIL PROTECTED]
.secureserver.net: 

 From: zzapper david tvis co.uk, Tue, December 19, 2006 6:53 am
 
 http://downloads.sourceforge.net/cream/gvim-7-0-178.exe?modtime=116557
 8469big_mirror=0   
 
 Downloaded above by following links from vim.org
 
 It works fine with most files but cannot edit .vimrc (unless I
 rename .vimrc to say fred) it shows the menu read only, edit anyway
 etc then seizes.
 
 The correct name of vimrc on Windows is _vimrc. A file with a
 preceding dot is actually not a permitted file name on Windows.
 (Although there are ways of getting one on the system.)
 
Steve
Renamed .vimrc to _vimrc same problem. Am actually using CygWin and DO NOT 
have same problem if I edit via Windows Explorer. I utterly guestimate it's 
something to do with Vim External?  vimext.dll (which initially wouldn't 
overwrite old vim7.0 version??

zzapper



-- 
http://successtheory.com/tips/ Vim, Zsh, MySQL Tips



Re: GVIM 7-0-178 seizing up

2006-12-19 Thread Greg Dunn

On 12/19/06, zzapper [EMAIL PROTECTED] wrote:

Hi
http://downloads.sourceforge.net/cream/gvim-7-0-178.exe?modtime=1165578469
big_mirror=0

Downloaded above by following links from vim.org

It works fine with most files but cannot edit .vimrc (unless I rename
.vimrc to say fred)
it shows the menu read only, edit anyway etc then seizes.

I expect I'm posting this in the wrong forum, but where?

--
http://successtheory.com/tips/ Vim, Zsh, MySQL Tips




Does it freeze when you try to edit other .vim files?  I had a similar
problem a while back using the install available from the Cream site,
see if these threads help you out:

http://tech.groups.yahoo.com/group/vim/message/74219
http://tech.groups.yahoo.com/group/vimdev/message/45215

-- Greg


Re: GVIM 7-0-178 seizing up

2006-12-19 Thread Jürgen Krämer

Hi,

Steve Hall wrote:
 From: zzapper david tvis co.uk, Tue, December 19, 2006 6:53 am
 http://downloads.sourceforge.net/cream/gvim-7-0-178.exe?modtime=1165578469big_mirror=0


 Downloaded above by following links from vim.org

 It works fine with most files but cannot edit .vimrc (unless I
 rename .vimrc to say fred) it shows the menu read only, edit anyway
 etc then seizes.
 
 The correct name of vimrc on Windows is _vimrc. A file with a
 preceding dot is actually not a permitted file name on Windows.

there is nothing wrong with a file name with a leading dot. Even
directory names with a leading dot are accepted:

  :echo $MYVIMRC
  C:\Dokumente und Einstellungen\jkr.HABEL\.vimrc
  set rtp?
  
runtimepath=~/.vim,D:\Progs\vim/vimfiles,D:\Progs\vim\vim70,D:\Progs\vim/vimfiles/after,~/.vim/after

 (Although there are ways of getting one on the system.)

It seems Windows Explorer does not allow to create a file name with a
leading dot, but on the command line and inside VIM it's no problem --
just

  echo set compatible .vimrc

or

  :w .vimrc

Regards,
Jürgen

-- 
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us. (Calvin)


Re: GVIM 7-0-178 seizing up

2006-12-19 Thread zzapper
Greg Dunn [EMAIL PROTECTED] wrote in
news:[EMAIL PROTECTED]: 

 On 12/19/06, zzapper [EMAIL PROTECTED] wrote:
 Hi
 http://downloads.sourceforge.net/cream/gvim-7-0-178.exe?modtime=116557
 8469 big_mirror=0

 Downloaded above by following links from vim.org

 It works fine with most files but cannot edit .vimrc (unless I rename
 .vimrc to say fred)
 it shows the menu read only, edit anyway etc then seizes.

 I expect I'm posting this in the wrong forum, but where?

 --
 http://successtheory.com/tips/ Vim, Zsh, MySQL Tips


 
 Does it freeze when you try to edit other .vim files?  I had a similar
 problem a while back using the install available from the Cream site,
 see if these threads help you out:
 
 http://tech.groups.yahoo.com/group/vim/message/74219
 http://tech.groups.yahoo.com/group/vimdev/message/45215
 
Eureka Greg
in /vimfiles/syntax/vim.vim 
I deleted the if('tcl')... endif section 
and Bob's your Aunty it worked


-- 
zzapper
http://successtheory.com/tips/ Vim, Zsh, MySQL Tips