Benji Fisher wrote: > > > :set browsedir=last > > > > > > does not generate an error. When I try > > > > > > :browse e > > > > > > I get a similar error: > > > > > > (gvim:30150): libgnomevfs-CRITICAL **: file gnome-vfs-utils.c: line 749 > > > (gnome_vfs_get_uri_from_local_path): assertion `local_full_path[0] == > > > '/'' failed > > > > You must also be using Gnome. That's probably the problem, the gnome > > code isn't very smooth. > > > > Anyway, I don't get this error, thus it may depend on the version of the > > Gnome library. > > I am running Gnome, but I did not compile vim with Gnome support. > Also, the OP's error message seemed to come from GTK, not from Gnome. > So I think it is a problem with GTK and/or vim. > > Just to check myself: I think that +gnome is not the default, and > i compile vim OOTB on Linux (FC2 + GTK2 + Gnome). Here is my :version > output: > > VIM - Vi IMproved 7.0e BETA (2006 Apr 16, compiled Apr 16 2006 22:43:45) > Compiled by [EMAIL PROTECTED] > Normal version with GTK2 GUI. Features included (+) or not (-):
That's indeed without gnome libraries. So why do you get an error from libgnomevfs (gnome-vfs-utils.c)? Vim isn't linked with it. Could this error actually be coming from the window manager somehow? -- If Microsoft would build a car... ... You'd have to press the "Start" button to turn the engine off. /// 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 ///
