vim_dev [email protected] http://groups.google.com/group/vim_dev?hl=en
Today's most active topics: * New features to vote on and sponsoring - 10 new http://groups.google.com/group/vim_dev/t/fe451e87972ca513?hl=en * Bug in syntax highlighting for ft=mail - 4 new http://groups.google.com/group/vim_dev/t/61d363aedf4f1745?hl=en * Set mouse=a causes Vim to hang in screen. - 3 new http://groups.google.com/group/vim_dev/t/ad7eb8df8e2f5891?hl=en * Patch for Unix filename expansion to try out - 3 new http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en * Patch to fix VC8 compiler warnings - 2 new http://groups.google.com/group/vim_dev/t/027c7bd8ccbdadc6?hl=en Active Topics ------------- Patch to fix VC8 compiler warnings - 2 new ------------------------------------------ ...MS document the LARGE_INTEGER structure as being around since Win95, so I'd hope LONGLONG has been good for that long (excuse the pun) to. TTFN Mike - Tues, Jan 15 2008 3:15 am 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/027c7bd8ccbdadc6?hl=en Set mouse=a causes Vim to hang in screen. - 3 new ------------------------------------------------- ...Not sure whether this explains it, but recent patch 7.1.215 fixes access to uninitialized value in the code that handles the mouse: Patch 7.1.225 Problem: Using unitialized value when XGetWMNormalHints() fails. Solution: Check the return value. (Dominique Pelle) Files: src/os_unix.c -- Dominique - Tues, Jan 15 2008 4:23 am 3 messages , 3 authors http://groups.google.com/group/vim_dev/t/ad7eb8df8e2f5891?hl=en Patch for Unix filename expansion to try out - 3 new ---------------------------------------------------- Dasn wrote: ...There were two successive versions of Bram's patch in this thread (the second version replacing only part of the first), and both have been released since then. If Adri was using the first version, and it was corrected by the second one, that would explain it. Best regards, Tony. - Tues, Jan 15 2008 5:08 am 3 messages , 2 authors http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en tar: Read 5120 bytes from - (Re: Porting vim to Astlinux) - 1 new ----------------------------------------------------------------- ...To unpack a .tar.bz2 archive, "canonical" ways are: (a) bunzip2 archive.tar. bz2 ; tar -xvf archive.tar or (b) tar -jxvf archive.tar.bz2 The -v (verbose) is optional; I use it to "see" the list of unpacked file names. Best regards, Tony. - Tues, Jan 15 2008 5:15 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/a9e1f64ff1f43b11?hl=en Bug in syntax highlighting for ft=mail - 4 new ---------------------------------------------- Hi all, when you start any line in a mail with 'From', you get highlighting as if this was a header line even if there is a newline between the start of the file and the line you write (i.e. when you are in the body of the mail). The same is try for 'To:' and related words. Why 'From' and not 'From:' suffices to highlight a line, I do not know, I am not familiar - Tues, Jan 15 2008 9:38 am 4 messages , 3 authors http://groups.google.com/group/vim_dev/t/61d363aedf4f1745?hl=en New features to vote on and sponsoring - 10 new ----------------------------------------------- Hello Vim users, I have added two items to vote on: - add collaborative editing: changes made to a file show up in another Vim in a second - add flexible tab stops, can be used for tables Registered users and sponsors can change their votes. See this page for info: [link] - Tues, Jan 15 2008 12:55 pm 10 messages , 8 authors http://groups.google.com/group/vim_dev/t/fe451e87972ca513?hl=en Patch 7.1.230 - 2 new --------------------- Patch 7.1.230 Problem: Memory leak when executing SourceCmd autocommands. Solution: Free the memory. (Dominique Pelle) Files: src/ex_cmds2.c *** ../vim- 7.1.229/src/ex_cmds2.c Sun Jan 6 20:05:36 2008 --- src/ex_cmds2.c Tue Jan 15 20:41:28 2008 *************** *** 2889,2899 **** if (has_autocmd(EVENT_ SOURCECMD, fname_exp, NULL) - Tues, Jan 15 2008 1:17 pm 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/c82b128319655a5d?hl=en ============================================================================== You received this message because you are subscribed to the Google Groups "vim_dev" group. To post to this group, send email to [email protected] or visit http://groups.google.com/group/vim_dev?hl=en To unsubscribe from this group, send email to [email protected] To change the way you get mail from this group, visit: http://groups.google.com/group/vim_dev/subscribe?hl=en To report abuse, send email explaining the problem to [email protected] ============================================================================== Google Groups: http://groups.google.com?hl=en --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
