Re: status of tests in src/testdir?

2012-04-06 Fir de Conversatie Nazri Ramliy
On Wed, Apr 4, 2012 at 1:36 PM, David Pope d.e.p...@gmail.com wrote: These three tests output in ff=unix, either explicitly (test 60) or implicitly (tests 71, 74), so the diff fails.  Do they run without modifications for you? Initially I ran nmake -f Make_mvc.mak test in the src directory and

Patch 7.3.493

2012-04-06 Fir de Conversatie Bram Moolenaar
Patch 7.3.493 (after 7.3.492) Problem:Two unused variables. Solution: Remove them. (Hong Xu) Files: src/misc1.c *** ../vim-7.3.492/src/misc1.c 2012-04-05 17:17:38.0 +0200 --- src/misc1.c 2012-04-06 13:49:39.0 +0200 *** *** 6489,6495 int

Re: Patch 7.3.492

2012-04-06 Fir de Conversatie Bram Moolenaar
Hong Xu wrote: On 04/05/2012 11:17 PM, Bram Moolenaar wrote: Patch 7.3.492 Problem:Can't indent conditions separately from function arguments. Solution: Add the 'k' flag in 'cino. (Lech Lorens) Files: runtime/doc/indent.txt, src/misc1.c, src/testdir/test3.in,

Re: Patch 7.3.490

2012-04-06 Fir de Conversatie Bram Moolenaar
Luis Carvalho wrote: Hi Muraoka, This break vim build, what happens are 1. can't be compiled with Lua 5.1 2. can't be compiled with dyn/dll I wrote a patch please check it. https://gist.github.com/2315325 Many thanks for the patch; it works for me as well, and should

Patch 7.3.494

2012-04-06 Fir de Conversatie Bram Moolenaar
Patch 7.3.494 (after 7.3.491) Problem:Can't compile with Lua 9.1 or dynamic Lua. Solution: Fix dll_ methods. Fix luado(). (Muraoka Taro, Luis Carvalho) Files: src/if_lua.c *** ../vim-7.3.493/src/if_lua.c 2012-04-05 16:53:56.0 +0200 --- src/if_lua.c2012-04-06

[patch] add command py3do

2012-04-06 Fir de Conversatie lilydjwg
There are commands perldo, rubydo, luado and tcldo, but no Python equivalence. I managed to add this Python 3 version one, which behaves exactly like luado, using arguments and return value. This is the first time I add a feature to Vim. Please review and test it. PS: After the digit (py3), Tab

Syntax error in autoload/netrw.vim

2012-04-06 Fir de Conversatie Tony Mechelynck
Error detected while processing /usr/local/share/vim/vim73/autoload/netrw.vim: line 327: E580: :endif without :if: endif All Mercurial changesets published to date are installed; latest change in this file was in changeset 4dde9b516e72 dated Thu Apr 05 17:33:26 2012 +0200. Best regards,

Re: Syntax error in autoload/netrw.vim

2012-04-06 Fir de Conversatie Charles Campbell
Tony Mechelynck wrote: Error detected while processing /usr/local/share/vim/vim73/autoload/netrw.vim: line 327: E580: :endif without :if: endif All Mercurial changesets published to date are installed; latest change in this file was in changeset 4dde9b516e72 dated Thu Apr 05 17:33:26 2012

Re: Syntax error in autoload/netrw.vim

2012-04-06 Fir de Conversatie Tony Mechelynck
On 06/04/12 23:19, Charles Campbell wrote: Tony Mechelynck wrote: Error detected while processing /usr/local/share/vim/vim73/autoload/netrw.vim: line 327: E580: :endif without :if: endif All Mercurial changesets published to date are installed; latest change in this file was in changeset