Marc Wiatrowski wrote: > I have tried the -u NONE option... Still get the same error. > > Must be something with my machine then... > > I'm no C/programming expert, but it seems my problem is coming from this > function in src/memfile.c. Specifically the read size check that gives > the E295 error. > > Anyone have any ideas as to why my machine would fail here? Something > else I could check? A better translation to this code?
This code is used by everybody and you are the only one that gets the error message. So there must be something special about what you are doing. It could be a problem in the filesystem. Or in specific access restrictions. If you have a debugger you could find out what vim_read() returns when it is not equal to "size". If it's zero it's a normal read error. If it's something between zero and "size" there must be some weird truncation problem. -- You were lucky to have a LAKE! There were a hundred and sixty of us living in a small shoebox in the middle of the road. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://www.ICCF.nl ///
