On Wed, Oct 07, 2009 at 08:22:03PM +0200, Richard Pöttler wrote: > > Am Mittwoch, den 07.10.2009, 11:21 -0400 schrieb Charles E Campbell Jr: > > Peter l Jakobi wrote: > > > [snip] > > > isn't there also some script on vim.org to watch for updates to one's > > > installed scripts? maybe clone or interface with it / talk to it's > > > author. [snip] > > > > > > > Perhaps you're talking about GetLatestVimScripts? > > http://vim.sourceforge.net/scripts/script.php?script_id=642
@DrChip: Yes. & thanx for dropping in :). > "Fehler beim Ausführen von" means: "Error, while executing" and "Zeile" > means "line". Richi, as a fallback you can always add some echo's near the suspect location or just run an strace -f -e file -p VIM PID to get a bit more info on the problem (while waiting for more specific tips). Usually strace is already sufficient to pinpoint the culprit file/syscall-related bugs. [Sorry to report: I'm no user of GetLatestVimScripts either, having only archived yet another notice on an interesting tool for later use :)] -- cu Peter l Jakobi [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
