Ken Takata wrote: > 2014/11/28 Fri 0:23:27 UTC+9 Bram Moolenaar wrote: > > Patch 7.4.530 > > Problem: Many commands take a count or range that is not using line > > numbers. > > Solution: For each command specify what kind of count it uses. For > > windows, > > buffers and arguments have "$" and "." have a relevant meaning. > > (Marcin Szamotulski) > > Files: runtime/doc/editing.txt, runtime/doc/tabpage.txt, > > runtime/doc/windows.txt, src/Makefile, src/ex_cmds.h, > > src/ex_docmd.c, src/testdir/Make_amiga.mak > > src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, > > src/testdir/Make_os2.mak, src/testdir/Make_vms.mms, > > src/testdir/Makefile, src/testdir/test_argument_count.in, > > src/testdir/test_argument_count.ok, > > src/testdir/test_close_count.in, src/testdir/test_close_count.ok, > > src/window.c > > After this patch, tiny build fails: > https://travis-ci.org/vim-jp/vim-ci/jobs/42317489#L568
I'll make a fix. I also notice that when the window number is out of range it just uses the last window. Now that we have "$" it could be better to give an error (if backwards compatible). > And test on Windows fails: > https://ci.appveyor.com/project/k-takata/vim-ci/build/108#L1156 > > NMAKE : fatal error U1073: don't know how to make 'test_argument_count.out' > Are the test files missing in the repository? Yeah, forgot to add them. Done now. -- I am always surprised in the Linux world how quickly solutions can be obtained. (Imagine sending an email to Bill Gates, asking why Windows crashed, and how to fix it... and then getting an answer that fixed the problem... <0>_<0> !) -- Mark Langdon /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
