vim_dev [email protected] http://groups.google.com/group/vim_dev?hl=en
Today's most active topics: * Patch for Unix filename expansion to try out - 13 new http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en * Patch 7.1.193 - 5 new http://groups.google.com/group/vim_dev/t/95783bfd50d982dc?hl=en * gvim is slow opening, saving, and scanning tags on a file across the network - 2 new http://groups.google.com/group/vim_dev/t/845213c3498ab3b5?hl=en * Patch 7.1.197 - 1 new http://groups.google.com/group/vim_dev/t/cac65f81632bf855?hl=en * Patch 7.1.198 - 1 new http://groups.google.com/group/vim_dev/t/47225b3786dbe241?hl=en Active Topics ------------- Patch 7.1.197 - 1 new --------------------- Patch 7.1.197 Problem: Mac: "make install" doesn't work when prefix defined. Solution: Pass different arguments to "make installruntime". (Jjgod Jiang) Files: src/Makefile *** ../vim-7.1.196/src/Makefile Thu Jan 3 20:44:40 2008 --- src/Makefile Thu Jan 3 18:30:02 2008 *************** *** 2559,2566 **** - Fri, Jan 4 2008 2:55 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/cac65f81632bf855?hl=en Patch 7.1.193 - 5 new --------------------- ...The comments in the patch contain non-ASCII characters. I've seen before that these may cause trouble. If you used the path from the e-mail you can first check if it's equal to what is on the ftp site: [link] Then check the lines in digraph.c if they match with what's in the - Fri, Jan 4 2008 2:55 am 5 messages , 4 authors http://groups.google.com/group/vim_dev/t/95783bfd50d982dc?hl=en Patch for Unix filename expansion to try out - 13 new ----------------------------------------------------- A couple of problems were detected when the Unix shell is used to expand file names containing characters such as a single quote. This applies to completion on the command line and glob(). I made a patch that defines a function to echo each file name separately. Inspired by a patch that Dasn made, but staying on the safe - Fri, Jan 4 2008 4:17 am 13 messages , 4 authors http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en Patch 7.1.198 - 1 new --------------------- Patch 7.1.198 Problem: Hang when using ":s/\n//gn". (Burak Gorkemli) Solution: Set "skip_match". Files: src/ex_cmds.c *** ../vim-7.1.197/src/ex_cmds.c Wed Jan 2 13:58:17 2008 --- src/ex_cmds.c Fri Jan 4 14:46:34 2008 *************** * ** 4575,4580 **** --- 4575,4581 ---- { matchcol = (colnr_T)STRLEN(sub_ firstline) ; - Fri, Jan 4 2008 5:52 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/47225b3786dbe241?hl=en Patch 7.1.199 - 1 new --------------------- Patch 7.1.199 Problem: Can't do command line completion for a specific file name extension. Solution: When the pattern ends in "$" don't add a star for completion and remove the "$" before matching with file names. Files: runtime/ doc/cmdline.txt, src/ex_getln.c *** ../vim-7.1.198/runtime/doc/cmd line.txt Sat May 12 15:38:39 2007 - Fri, Jan 4 2008 6:17 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/ee2f9ef5464b2ebc?hl=en Patch 7.1.200 - 1 new --------------------- Patch 7.1.200 (after 7.1.177 and 7.1.182) Problem: Compiler warnings for uninitialized variables. Solution: Init variables. Files: src/ex_cmds2.c, src/ ex_docmd.c *** ../vim-7.1.199/src/ex_cmds2.c Tue Jan 1 14:16:42 2008 --- src/ ex_cmds2.c Fri Jan 4 15:55:54 2008 *************** *** 94,100 **** - Fri, Jan 4 2008 7:00 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/31d0ab4b2fe489bf?hl=en Patch 7.1.201 - 1 new --------------------- Patch 7.1.201 Problem: When reading stdin 'fenc' and 'ff are not set. Solution: Set the options after reading stdin. (Ben Schmidt) Files: src/fileio.c *** ../ vim-7.1.200/src/fileio.c Wed Jan 2 21:07:32 2008 --- src/fileio.c Fri Jan 4 16: 18:27 2008 *************** *** 221,231 **** { int fd = 0; - Fri, Jan 4 2008 7: 30 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/84e19058a76c651f?hl=en Patch 7.1.202 - 1 new --------------------- Patch 7.1.202 Problem: Incomplete utf-8 byte sequence is not checked for validity. Solution: Check the bytes that are present for being valid. (Ben Schmidt) Files: src/mbyte.c *** ../vim-7.1.201/src/mbyte.c Thu Aug 30 13:51:52 2007 --- src/mbyte.c Fri Jan 4 17:30:16 2008 *************** *** 1642,1648 **** - Fri, Jan 4 2008 8:47 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/51fed067609e2378?hl=en Patch 7.1.203 - 1 new --------------------- Patch 7.1.203 Problem: When 'virtualedit' is "onemore" then "99|" works but ": normal 99|" doesn't. (Andy Wokula) Solution: Check for "onemore" flag in check_ cursor_col(). Files: src/misc2.c *** ../vim-7.1.202/src/misc2.c Sat Nov 24 21: 27:33 2007 --- src/misc2.c Fri Jan 4 21:24:46 2008 - Fri, Jan 4 2008 12:25 pm 1 message, 1 author http://groups.google.com/group/vim_dev/t/fdfe3023e24aad7d?hl=en eval.c unaligned access on alpha - 1 new ---------------------------------------- When I start vim 7.1.175 on my alpha running freebsd, I see a bunch of unaligned accesses: pid 74601 (vim): unaligned access: va=0x1202898cd pc=0x 120057068 ra=0x120057044 op=ldl pid 74601 (vim): unaligned access: va=0x 1202898cd pc=0x12005708c ra=0x12005707c op=ldl pid 74601 (vim): unaligned access: va=0x1202d406d pc=0x120057068 - Fri, Jan 4 2008 2:49 pm 1 message, 1 author http://groups.google.com/group/vim_dev/t/069a7bee0ab3dd08?hl=en gvim is slow opening, saving, and scanning tags on a file across the network - 2 new ----- I tried adding this setting to my _vimrc (on Windows), to no avail. I still get the massive delay. Thanks for your insight, though. Very much appreciated. -AJ - Fri, Jan 4 2008 3:42 pm 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/845213c3498ab3b5?hl=en Trial patch for variable tabstops - 1 new ----------------------------------------- On Fri, 04 Jan 2008 19:56:57 +1100, Ben Schmidt ...Aw, crap. ...Thanks. I see the same thing. I'll look into it presently. - Sat, Jan 5 2008 1:40 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/78d3903b4ea24594?hl=en Minor bugfix for MODIFIED_BY - 1 new ------------------------------------ The attached patch avoids compiler warnings for different pointer signedness that shows up when compiling with MODIFIED_BY set (which I suppose Bram doesn't do, so doesn't notice it!). Grins, Ben. - Sat, Jan 5 2008 1:48 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/9ef15abc8b500371?hl=en Changes to make Vim compile with X on OS X - 1 new -------------------------------------------------- Hi, I recently had trouble compiling Vim on Mac OS X 10.4.9 with GTK2 GUI. As is mentioned in the Vim source, the X headers and Mac headers clash horribly. This means stuff has to be separated carefully into files that have X headers available and those that have Mac headers available, and they weren't quite sorted out - Sat, Jan 5 2008 1:59 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/a7d797c97ecc4035?hl=en Changes to make Vim compile with X on OS X [with attachment] - 1 new -------------------------------------------------------------------- [This copy contains the attachment. Also, I forgot to mention that simply changing the logic of preprocessing in, say, vim.h doesn't solve the problem. Features provided by the conflicting code are indeed needed together--you lose X functionality or MacRoman encoding functionality depending what is disabled, and - Sat, Jan 5 2008 2:02 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/e8853fe5c3f10634?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 -~----------~----~----~----~------~----~------~--~---
