On Mon, Aug 23, 2010 at 4:45 PM, ZyX wrote:
> Ответ на сообщение «Re: [BUG] Being provided some equal recursive structures,
> equality operator never stops comparison»,
> присланное в 17:34:55 23 августа 2010, Понедельник,
> отправитель Adrien "Axioplase" Piérard:
>
> But in vim, you cannot use assignment in eval statemnts.

You almost can.  You can if you don't mind setting them local to a
particular buffer or window, at least.

:echo eval("setbufvar(bufnr(''), 'x', 42)")
0
:echo b:x
42

~Matt

-- 
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

Reply via email to