... This makes sense. I'll put this in the todo list for having a closer look. ... This should not be changed without proper testing. So let's leave it as-is...
Bram Moolenaar
Bram@...
Jun 1, 2008 11:06 am
50423
Hi, Bram, I started this patch as it seemed a while ago some aspects it may be helpful for MacVim. Recently I have dug it up and further revised it, as I was...
Ben Schmidt
mail_ben_schmidt@...
Jun 2, 2008 1:51 pm
50424
... Problem with this change is that it's not backwards compatible. E.g., currently Vim would return "n" in operator-pending mode, after the change it would...
Bram Moolenaar
Bram@...
Jun 2, 2008 7:46 pm
50425
... Yep, sounds good. Here's a revised patch. I made the '-- more --' prompt a separate minor mode, as that seemed sensible--can't really see any use for the...
Ben Schmidt
mail_ben_schmidt@...
Jun 3, 2008 2:11 am
50426
... Actually, this isn't MacVim specific as it happens in the GTK GUI, too (change mvim to gvim in the above). Let's see if the vim_dev guys have some ideas/a...
Ben Schmidt
mail_ben_schmidt@...
Jun 3, 2008 5:25 am
50427
... VIM - Vi IMproved 7.1 (2007 May 12, compiled May 29 2008 23:03:50) Included patches: 1-305 Modified by Bram Moolenaar (floating point) Compiled by...
Tony Mechelynck
antoine.mechelynck@...
Jun 3, 2008 6:29 am
50428
Hi Vim users/devs :) I found a possible small bug in the CSS syntax file. Problem: When changing the iskeyword option then syntax highlighting will go wrong. ...
bob
evilbob127@...
Jun 3, 2008 5:45 pm
50429
On 2008-05-08, Gary Johnson <garyjohn@...> wrote: [...] ... Bram, What's the status of this proposal? Is the official patch coming or do you have...
Gary Johnson
garyjohn@...
Jun 3, 2008 5:59 pm
50430
... It's in the todo list. We have had problems in this area before, so I need to look into it. It does make a lot of sense. -- Engineers will go without...
Bram Moolenaar
Bram@...
Jun 3, 2008 8:54 pm
50431
... Thanks very much. I understand your caution. I just wanted to be sure that it hadn't fallen through the cracks. Regards, Gary ...
Gary Johnson
garyjohn@...
Jun 3, 2008 8:57 pm
50432
Hi, I noticed that script sed -e '\' -e '\' -e '\' is displayed wrong. The syntax seems to think that you can escape the single quote by backslash. This does...
Vladimir Marek
Vladimir.Marek@...
Jun 3, 2008 10:55 pm
50433
Patch 7.1.306 Problem: Some Unicode characters are handled like word characters while they are symbols. Solution: Adjust the table for Unicode...
Bram Moolenaar
Bram@...
Jun 4, 2008 9:00 am
50434
Patch 7.1.310 Problem: Incomplete utf-8 byte sequence at end of the file is not detected. Accessing memory that wasn't written. Solution: Check the last...
Bram Moolenaar
Bram@...
Jun 5, 2008 9:56 pm
50435
... Why would we want to accept a patch from "evilbob127"? :-) Please tell us your name. -- While it's true that many normal people whould prefer not to _date_...
Bram Moolenaar
Bram@...
Jun 5, 2008 9:56 pm
50436
Patch 7.1.308 Problem: When in readonly mode ":options" produces an error. Solution: Reset 'readonly'. (Gary Johnson) Files: runtime/optwin.vim ... ...
Bram Moolenaar
Bram@...
Jun 5, 2008 9:56 pm
50437
Patch 7.1.309 Problem: Installing and testing with a shadow directory doesn't work. (James Vega) Solution: Add "po" to the list of directories to link....
Bram Moolenaar
Bram@...
Jun 5, 2008 9:56 pm
50438
Patch 7.1.307 Problem: Many warnings when compiling with Python 2.5. Solution: Use ssize_t instead of int for some types. (James Vega) Files:...
Bram Moolenaar
Bram@...
Jun 5, 2008 9:57 pm
50439
Patch 7.1.311 Problem: Compiler warning for missing sentinel in X code. Solution: Change 0 to NULL. (Markus Heidelberg) Files: src/mbyte.c ... ...
Bram Moolenaar
Bram@...
Jun 5, 2008 9:57 pm
50440
**HOT Actress Sex Videos**Cam SEX** **SEXY LESBIAN** **PORN SEX VIDEOS** **SEX STILLS**SEX STILLS** **ITS FREE!!!FREE!!!FREEE!!!! ...
Rosy
vijvvv@...
Jun 5, 2008 9:58 pm
50441
... I've refrained from commenting so far because I haven't had anything to contribute other than that I really prefer to have floating-point numbers that look...
Gary Johnson
garyjohn@...
Jun 5, 2008 9:58 pm
50442
... My eval.c is the current release patched by both your latest and John Beckett's fix. You new patch fails with: vim\vimfp> patch -b -p 0 -i...
Bill McCarthy
WJMc@...
Jun 5, 2008 10:06 pm
50443
... We don't really need ":sort" either. It's just that it's very convenient to have sorting and floating point numbers for writing scripts that manipulate...
Bram Moolenaar
Bram@...
Jun 5, 2008 10:46 pm
50444
... Thanks, John. You were close. I had the proper 'fileformat' settings. However I foolishly copy and pasted the patch instead of using my mail macro to...
Bill McCarthy
WJMc@...
Jun 5, 2008 10:49 pm
50445
... sprintf(buf, "%f", (long)our_tv->vval.v_float); That's part of that hulk which didn't apply, see below. I'll remove the typecast by hand. Here's the exact...
Tony Mechelynck
antoine.mechelynck@...
Jun 5, 2008 11:05 pm
50446
... I can't reproduce this error. Any chance that you're using a version of 'patch' that fails if the patch includes CR characters, and you have CR?? There...
John Beckett
johnb.beckett@...
Jun 5, 2008 11:21 pm
50447
... I have certain mappings for which wish to define smaller timeout that my usual keyboard timeout. Does anybody have feedback ? Yakov ...
Yakov Lerner
iler.ml@...
Jun 6, 2008 12:29 am
50448
... http://www.cs.drexel.edu/~mjw452/ctermrgb-src.diff (source, against SVN) http://www.cs.drexel.edu/~mjw452/ctermrgb-runtime.diff (runtime, against latest...
Richard Musil
richard.musil@...
Jun 6, 2008 12:30 am
50449
... I also found 307-311 on the ftp site. After deleting from the patches those portions applicable to runtime files (such as optwin.vim), they built fine. I...
Bill McCarthy
WJMc@...
Jun 6, 2008 12:35 am
50450
Hi, I've picked up the work by the SlimVim project <http://wiki.alu.org/Slim-Vim> and applied it onto the latest version of Vim, but removed the controversial...
Mikael Jansson
lists@...
Jun 6, 2008 12:50 am
50451
... The "." operator only works on strings. There is no automatic conversion of a float to a string, so a "." after a float is invalid. And with a single "."...