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 - 7 new http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en * Automating builds? - 3 new http://groups.google.com/group/vim_dev/t/cf8c2bdb31b851be?hl=en * Patch 7.1.211 - 2 new http://groups.google.com/group/vim_dev/t/c50f5d60775cd64a?hl=en * Triggering abbrevs - 2 new http://groups.google.com/group/vim_dev/t/4bcb7041761eea15?hl=en * Patch 7.1.209 - 1 new http://groups.google.com/group/vim_dev/t/48aed48444071987?hl=en Active Topics ------------- Patch for Unix filename expansion to try out - 7 new ---------------------------------------------------- Dasn wrote: ...We haven't been using printf so far, thus this needs to be tested to find any system where it doesn't work. The opengroup isn't always right (I don't think they cover Cygwin). "echo" is a builtin, "printf" is a program. I think this means it will be a bit slower, right? Not sure if this matters. - Sun, Jan 6 2008 6:09 am 7 messages , 4 authors http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en Patch 7.1.209 - 1 new --------------------- Patch 7.1.209 Problem: GTK: When using the netrw plugin and doing ":gui" Vim hangs. Solution: Stop getting a selection after three seconds. This is a hack. Files: src/gui_gtk_x11.c *** ../vim-7.1.208/src/gui_gtk_x11 .c Fri Oct 19 14: 32:50 2007 --- src/gui_gtk_x11.c Sun Jan 6 15:15:52 2008 *************** - Sun, Jan 6 2008 6:16 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/48aed48444071987?hl=en Patch 7.1.210 - 1 new --------------------- Patch 7.1.210 Problem: Listing mapping for 0xdb fails when 'encoding' is utf-8. (Tony Mechelynck) Solution: Recognize K_SPECIAL KS_EXTRA KE_CSI as a CSI byte. Files: src/mbyte.c *** ../vim-7.1.209/src/mbyte.c Fri Jan 4 17:46:46 2008 --- src/mbyte.c Sun Jan 6 17:13:51 2008 *************** - Sun, Jan 6 2008 8:18 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/782afb87841431ba?hl=en Patch 7.1.211 - 2 new --------------------- Patch 7.1.211 Problem: The matchparen plugin may take an unexpected amount of time, so that it looks like Vim hangs. Solution: Add a timeout to searchpair(), searchpairpos(), search() and searchpos(). Use half a second timeout in the plugin. Files: runtime/doc/eval.txt, runtime/plugin/matchparen.vim, src/edit.c, - Sun, Jan 6 2008 11:05 am 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/c50f5d60775cd64a?hl=en Automating builds? - 3 new -------------------------- ...So... is there a tarball that contains everything then? -Philip - Sun, Jan 6 2008 1:10 pm 3 messages , 3 authors http://groups.google.com/group/vim_dev/t/cf8c2bdb31b851be?hl=en Triggering abbrevs - 2 new -------------------------- There are some odd details about how abbreviations get triggered: (abbrevs like :ia foo bar ) 1. abbrevs are not triggered by a mapping when remapping is off: " abbrevs not triggered: :ino <esc> <esc> :ino <esc> <c-]><esc> " abbrevs triggered as expected: :imap <esc> <esc> :imap <esc> <c-]><esc>| " careful, endless loop - Mon, Jan 7 2008 2:56 am 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/4bcb7041761eea15?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 -~----------~----~----~----~------~----~------~--~---
