MK wrote: > I just installed ubuntu 9.10 and the stock vim does not recognize --remote, > which totally cripples the way I work with it, so I built from the 7.2 source, > which I have done on FC and debian quite a few times. It appears to > build fine, but when run: > > Vim: Caught deadly signal ABRT > Vim: Finished. > Aborted
Which version of Vim did you compile? Vim-7.2 as your email suggest (but I'm not sure) or did you include all the latest patches on top of Vim-7.2? The latest version is Vim-7.2.315 gcc on Ubuntu uses -D_FORTIFY_SOURCE=2 which is known to cause problem with Vim. This has been fixed a long time ago (Vim-7.2.44). I suspect that you stumbled on this issue if you did not use the patches. Cheers -- Dominique -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
