On Mon, Jan 22, 2007 at 03:36:25PM +0100, KLEIN St?phane wrote: > 2007/1/22, KLEIN St?phane <[EMAIL PROTECTED]>: > >Hello, > > > >I sometime this error message in Vim : > > > >E316: ml_get: line ... not found (ligne ... introuvable in french) > > > >In this my strace file enclosed. > > > >What can I do to resolv my issue. > > > >I've often this problem on two computer on Ubuntu Linux. For your > >information, I use vim 7.0 > > Nobody have the same issue ? I'm only user ?
see :h E316 "This is an internal error. If you can reproduce it, please send in a bug report." What you can do to reslve the issue? Try to reproduce it and file a bug report. Try installing vim from source and see wether the error remains. You can find information on how to do this on vim.org (Download -> sources) What you can do else? (restart vim to be sure) :mksession|qa gvim -c "source session" Because this is an internal error you can also try posting to the vimdev mailinglist. But I don't think they can help you if you can't reproduce this bug.. ;( HTH Marc
