vim_dev [email protected] http://groups.google.com/group/vim_dev?hl=en
Today's most active topics: * Wish: enable :subst-expr with 'n' flag - 3 new http://groups.google.com/group/vim_dev/t/e4f2df8115427ac9?hl=en * Patch removing [email protected] from intro.txt - 2 new http://groups.google.com/group/vim_dev/t/1e2712d1a2659532?hl=en * Cross-compilation patch to avoid looking for /usr/local at compile time - 2 new http://groups.google.com/group/vim_dev/t/99c6083d906dc7fe?hl=en * Patch 7.1.213 - 1 new http://groups.google.com/group/vim_dev/t/32155e58bf6e9506?hl=en * Patch 7.1.214 - 1 new http://groups.google.com/group/vim_dev/t/22aada8e805efaa5?hl=en Active Topics ------------- Wish: enable :subst-expr with 'n' flag - 3 new ---------------------------------------------- I tried to write a function that collects all the matches for a given pattern in the text. For that purpose, it would be very nice if the following worked: : %s/{pattern}/\=MyAddMatch(sub match(0))/gn but it doesn't, because the "n" flag disables evaluation of the expression after '\='. IMHO the "n" flag should only ignore the result of the expression. - Wed, Jan 9 2008 4:52 am 3 messages , 2 authors http://groups.google.com/group/vim_dev/t/e4f2df8115427ac9?hl=en Patch removing [email protected] from intro.txt - 2 new ------------------------------------------------------ Hi, Trying to find out how to subscribe to this list, I noticed that <vim-h...@ vim.org>, which is mentioned in ":h subscribe-maillist", no longer seems to be a valid address. Is this correct? If yes, the attached patch is my suggestion for removing it from the help. Regards, Jan - Wed, Jan 9 2008 10:34 am 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/1e2712d1a2659532?hl=en Patch 7.1.213 - 1 new --------------------- Patch 7.1.213 Problem: A ":tabedit" command that results in the "swap file exists" dialog and selecting "abort" doesn't close the new tab. (Al Budden) Solution: Pass "old_curwin" to do_exedit(). Files: src/ex_docmd.c *** ../vim-7. 1.212/src/ex_docmd.c Sun Jan 6 20:05:36 2008 --- src/ex_docmd.c Wed Jan 9 20: 11:13 2008 - Wed, Jan 9 2008 11:30 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/32155e58bf6e9506?hl=en Patch 7.1.214 - 1 new --------------------- Patch 7.1.214 Problem: ":1s/g\n\zs1//" deletes characters from the first line. (A Politz) Solution: Start replacing in the line where the match starts. Files: src/ex_cmds.c *** ../vim-7.1.213/src/ex_cmds.c Fri Jan 4 14:52:14 2008 --- src/ex_cmds.c Wed Jan 9 22:32:26 2008 *************** *** 4200,4206 **** - Wed, Jan 9 2008 1:40 pm 1 message, 1 author http://groups.google.com/group/vim_dev/t/22aada8e805efaa5?hl=en Cross-compilation patch to avoid looking for /usr/local at compile time - 2 new --- This is simple enough: suppress the detecting of /usr/local and putting it into the load path (etc) if we're cross-compiling. Please review this and if it looks reasonable, signal to whomever to commit it to the source tree (as a patch, obviously) or cast a positive vote or whatever is necessary to bless it and assure its commission. - Wed, Jan 9 2008 7:55 pm 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/99c6083d906dc7fe?hl=en Repost: [PATCH] Enable cross-compiling - 1 new ---------------------------------------------- ...PING. Could I please get a comment about this, even if it's "go away" ? - Thurs, Jan 10 2008 1:44 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/62a632a16e1ecbc2?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 -~----------~----~----~----~------~----~------~--~---
