zzapper said... > "A.J.Mechelynck" <[EMAIL PROTECTED]> wrote in > news:[EMAIL PROTECTED]: > > > zzapper wrote: > >> the solution (one of them anyway) > >> > >> In the directory containing gvim.exe create a dummy file tcl84.dll > >> > >> touch tcl84.dll > >> > > > > This will completely disable the TCL interface, won't it? > > > > Tony. > spose so (sorry dont use it) > > or > emergency solution disable syntax/vim.vim > > mv vim.vim vim.dis > > I used to have a patch for vim.vim > > "before line "if trytcl" in vim.vim > let trytcl= 0
Looking at the code, it seems like an attempt has been made to fix it, but it doesn't work here. " [-- tcl --] {{{3 if has("win32") || has("win95") || has("win64") || has("win16") " apparently has("tcl") has been hanging vim on some windows systems with cygwin let trytcl= (&shell !~ '\%(\<bash\>\|\<zsh\>\)\%(\.exe\)\=$') || g:vimembedscript else let trytcl= 1 endif if trytcl -- Cheers, Marc