Hi,

It happens, more like lottery, but I did caught one case, when I
doubled click Gvim on my Windows XP laptop. The real error can be
found on http://maxiangjiang.googlepages.com/error_vim_out_of_memory.gif

When I checked the file:
vim C:/usr/share/vim/vim72/runtime/filetype.vim

line 1245 is this line:
au BufNewFile,BufRead /etc/passwd,/etc/passwd-,/etc/passwd.edit,/etc/
shadow,/etc/shadow-,/var/backups/passwd.bak,/var/backups/shadow.bak
setf passwd

line 1288 is the last line this block:
" Perl, XPM or XPM2
au BufNewFile,BufRead *.pm
        \ if getline(1) =~ "XPM2" |
        \   setf xpm2 |
        \ elseif getline(1) =~ "XPM" |
        \   setf xpm |
        \ else |
        \   setf perl |
        \ endif

Any idea?  It is not reproducible though.


PS:  My Gvim version:

VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Aug 10 2008
10:08:21)
MS-Windows 32-bit GUI version
Compiled by ma...@americas
Big version with GUI.  Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms
+byte_offset +cindent
+clientserver +clipboard +cmdline_compl +cmdline_hist
+cmdline_info +comments
+cryptv +cscope +cursorshape +dialog_con_gui +diff +digraphs
-dnd -ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path
+find_in_path
+float +folding -footer +gettext/dyn -hangul_input +iconv/dyn
+insert_expand
+jumplist +keymap +langmap +libcall +linebreak +lispindent
+listcmds +localmap
+menu +mksession +modify_fname +mouse +mouseshape
+multi_byte_ime/dyn
+multi_lang -mzscheme +netbeans_intg -ole -osfiletype
+path_extra -perl
-postscript +printer -profile -python +quickfix +reltime
+rightleft -ruby
+scrollbind +signs +smartindent -sniff +statusline
-sun_workshop +syntax
+tag_binary +tag_old_static -tag_any_white -tcl -tgetent
-termresponse
+textobjects +title +toolbar +user_commands +vertsplit
+virtualedit +visual
+visualextra +viminfo +vreplace +wildignore +wildmenu +windows
+writebackup
-xfontset -xim -xterm_save -xpm_w32
system vimrc file: "$VIM\vimrc"
user vimrc file: "$HOME\_vimrc"
2nd user vimrc file: "$VIM\_vimrc"
user exrc file: "$HOME\_exrc"
2nd user exrc file: "$VIM\_exrc"
system gvimrc file: "$VIM\gvimrc"
user gvimrc file: "$HOME\_gvimrc"

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to