vim_dev [email protected] http://groups.google.com/group/vim_dev?hl=en
Today's most active topics: * Patch to fix VC8 compiler warnings - 3 new http://groups.google.com/group/vim_dev/t/027c7bd8ccbdadc6?hl=en * Set mouse=a causes Vim to hang in screen. - 3 new http://groups.google.com/group/vim_dev/t/ad7eb8df8e2f5891?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 for Unix filename expansion to try out - 2 new http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en * Bug in @{reg} together with g...@? - 1 new http://groups.google.com/group/vim_dev/t/da43e2f63d886478?hl=en Active Topics ------------- Patch to fix VC8 compiler warnings - 3 new ------------------------------------------ Hi, Catching up from the weekend patches I had two warnings for my builds. The attached patch fixes them - done against 7.1.228 HTH - TTFN Mike - Mon, Jan 14 2008 1:40 am 3 messages , 3 authors http://groups.google.com/group/vim_dev/t/027c7bd8ccbdadc6?hl=en Bug in @{reg} together with g...@? - 1 new --------------------------------------- Andy Wokula schrieb: ...Ok, I was wrong. Vim *has* inputsave() and inputrestore(). nmap <silent> g: :set operatorfunc=<sid>ExRangeOp<CR >g@ let @ a = "g:}join" " final <CR> to be added func! s:ExRangeOp(type) let b = line("'[ ") let e = line("']") if b < e let range = '.,+' . (e - b) elseif b == e - Mon, Jan 14 2008 4:28 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/da43e2f63d886478?hl=en Cross-compilation patch to avoid looking for /usr/local at compile time - 2 new --- ...No worry, the patch doesn't add any new arguments. It only allows to use the appropiate autoconf mechanism (well-named environment variables) to pass the results of tests in environments where those tests can't be done (cross- compiling). Is there any file I'd need to document them ? Haven't seen any yet. - Mon, Jan 14 2008 5:39 am 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/99c6083d906dc7fe?hl=en Bug in FAQ at http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl - 1 new --------------------------------------------------------------------------- ...Would it make sense to try and export the wiki to that site or, at least, add warnings to the FAQ pages that they are not current any more and a pointer to the wiki? Richard - Mon, Jan 14 2008 6:18 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/7490be1b547c9757?hl=en Set mouse=a causes Vim to hang in screen. - 3 new ------------------------------------------------- [...] ...Nope. Solaris, x86, vim 7.1 - Mon, Jan 14 2008 8:59 am 3 messages , 3 authors http://groups.google.com/group/vim_dev/t/ad7eb8df8e2f5891?hl=en Patch 7.1.229 - 1 new --------------------- Patch 7.1.229 Problem: A fold is closed when it shouldn't when 'foldmethod' is "indent" and backspacing a non-white character so that the indent increases. Solution: Keep the fold open after backspacing a character. Files: src/edit.c * ** ../vim-7.1.228/src/edit.c Sat Jan 12 18:13:05 2008 - Mon, Jan 14 2008 11:12 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/e09e3a901a45a4c2?hl=en Patch for Unix filename expansion to try out - 2 new ---------------------------------------------------- ...I tried it out and found a problem. This is my directory structure: a'b/ DS= 70 DS 70 DS=D66 + S70 There is a directory "a'b" and it contains three files. The first filename ("DS=70") doesn't contain any spaces, the other two do. Now I start Vim. At first, I'm inputting ":n a" followed by a TAB. - Mon, Jan 14 2008 12:49 pm 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en Blessings From Pakistan - 1 new ------------------------------- Dearly Friend, May His Grace and Peace be with you Friend. I hope that this letter finds you in the best of yours health and spirit. We are also keeping well by the grace of God. We feel truly blessed by God, having the privilege to work in His service. We work as a ministry in Pakistan called Christ Fellowship Ministries Pakistan. - Mon, Jan 14 2008 3:12 pm 1 message, 1 author http://groups.google.com/group/vim_dev/t/6a1a421cee14ea7c?hl=en tar: Read 5120 bytes from - (Re: Porting vim to Astlinux) - 1 new ----------------------------------------------------------------- ...This is not a problem. Tar doesn't complain if you decompress the .bz2 file at first and then "tar -xf" the decompressed file (.tar). Tar doesn't know the size of the uncompressed file (yet) when it's still compressed because Tar is reading from stdin. Try this: (bzcat ~/.../.../vim-7.1.tar.bz2 ; dd bs=5120 if= /dev/zero count=1 ) | - Mon, Jan 14 2008 2:41 pm 1 message, 1 author http://groups.google.com/group/vim_dev/t/a9e1f64ff1f43b11?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 -~----------~----~----~----~------~----~------~--~---
