syntax/yaml.vim thoroughly broken in vim 7.2b

2008-07-21 Fir de Conversatie Michael Schaap
Hi, It looks like syntax/yaml.vim is rather broken in vim 7.2b. For a start, every single lower case 't' is marked as an error. This is obviously caused by a missing '\'. That specific one is easy enough to fix, but at a glance, there seem to be many more places where backslashes went

Re: Simplifying ``vimtutor''

2008-07-21 Fir de Conversatie Bill McCarthy
On Sun 20-Jul-08 5:19pm -0600, Jan Minář wrote: http://www.rdancer.org/vimtutor.patch I've corrected it on the URL above, and the corrected patch is attached. Thanks Jan, it's working fine now. -- Best regards, Bill --~--~-~--~~~---~--~~ You received this

[PATCH] make update-po workable

2008-07-21 Fir de Conversatie Markus Heidelberg
make update-po in the src/ directory aborts with an error. This adds the missing update-po target in src/po/Makefile. Furthermore two other targets are declared as phony. Index: src/po/Makefile === *** src/po/Makefile (revision

Re: syntax/yaml.vim thoroughly broken in vim 7.2b

2008-07-21 Fir de Conversatie Nikolai Weibull
On Mon, Jul 21, 2008 at 02:02, Michael Schaap [EMAIL PROTECTED] wrote: It looks like syntax/yaml.vim is rather broken in vim 7.2b. For a start, every single lower case 't' is marked as an error. This is obviously caused by a missing '\'. That specific one is easy enough to fix, but at a

One Piece 508

2008-07-21 Fir de Conversatie OnePiece508
One Piece 508 One Piece 508, Bleach 319(Bleach 331), Naruto 410, Happy World 55, D.Gray-Man 168, Air Gear 211, Hot manga Download The hottest mangas and the latest chapters Manga news, Most popular mangas, Latest mangas, Latest chapters http://english1.isoshu.com/?recommid=1023

PATCH: cmdline editing: remove last pathname token

2008-07-21 Fir de Conversatie Adek336
Hi! When using TAB for filename completion sometimes you get a few levels too deep like :e /a/b/c/d/e/f-long-path-name-here/ so you have to use backspace to get back to :e /a/b/c/d/e/ and that is annoying. The patch below makes Ctrl-T remove the last pathname component by removing chars up to

EARN MONEY $2500-10000 PER WEEK

2008-07-21 Fir de Conversatie vimala
EARN MONEY $2500-1 PER WEEK SIMPLE ONLINE SURVEY OTHER DETAILS LOGONTO http://www.AWSurveys.com/HomeMain.cfm?RefID=sivaicici http://www.AWSurveys.com/HomeMain.cfm?RefID=sivaicici

Re: syntax/yaml.vim thoroughly broken in vim 7.2b

2008-07-21 Fir de Conversatie Nikolai Weibull
On Mon, Jul 21, 2008 at 12:01, Michael Schaap [EMAIL PROTECTED] wrote: On 21-Jul-2008 10:28, Nikolai Weibull wrote: I'm really sorry syntax/yaml.vim has been so bugged. I was hoping to be able to rewrite it to fully parse yaml code, but I haven't had time. Thanks for the quick response.

Re: Vim: Insecure Temporary File Creation During Build: Arbitrary Code Execution

2008-07-21 Fir de Conversatie Matthew Winn
On Sun, 20 Jul 2008 20:42:21 +1000, Ben Schmidt [EMAIL PROTECTED] wrote: Matthew Winn wrote: On Sun, 20 Jul 2008 00:44:48 +1000, Ben Schmidt [EMAIL PROTECTED] wrote: As has been pointed out, making a directory in /tmp is more secure. More specifically, making a directory and putting

Re: Simplifying ``vimtutor'' [PATCH]

2008-07-21 Fir de Conversatie Bram Moolenaar
Jan Minar wrote: On Fri, Jul 18, 2008 at 10:46 AM, Bram Moolenaar [EMAIL PROTECTED] wrote: I'm missing the part where tutor.vim sets the temp file name. When tutor.vim does this I suppose all references to $TUTORCOPY can be removed, I don't understand why you keep it and make it empty.

Re: Vim: Insecure Temporary File Creation During Build: Arbitrary Code Execution

2008-07-21 Fir de Conversatie Jens-Wolfhard Schicke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew Winn wrote: I'm pretty sure you can only delete in-use directories with a call to unlink() at the system level. Both rm and rmdir are careful to leave the filesystem in a sensible state, but unlink() seems to assume that if you know