Jun Takimoto wrote: > On 2015/01/28, at 11:33, Manuel Ortega <[email protected]> wrote: > > Test results: > > test_eval FAILED > > The failure is in the section '{{{1 System clipboard'. > > There is only one clipboard on Mac OS X, and it seems > both "* and "+ refer to it. For example both > "*yy and "+yy > yank the current line to the clipboard. But > let &clipboard='unnamedplus' > does not work on Mac; even with this option set, > :5y > yanks the 5th line to the default register "". > > If I replace > if has('clipboard') (test_eval.in, line 131) > by > if has('unnamedplus') > then the test succeeds (or is skipped) on my Mac. > But I don't know whether this causes the test to be > skipped even on Linux etc.
It's better to not skip the test. Can you try if it works by using "unnamed" instead of "unnamedplus" and then using the * register instead of +? The * register should work everywhere. -- Amazing but true: If all the salmon caught in Canada in one year were laid end to end across the Sahara Desert, the smell would be absolutely awful. /// 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.
