Samuel Ferencik wrote:
> In both accounts, I see the following:
>
>   :set diffexpr?
>     diffexpr=MyDiff2()
>
>   :call MyDiff2()
>   MyDiff2 called
>      (I press <CR>)

You seem to have proved that what you're seeing is impossible, so I
would do one more sanity check. For both accounts:

  :set diffexpr?
  :function MyDiff2

Does B have exactly what you posted:
  function! MyDiff2()
    call input("MyDiff2 called")
  endfunction

John


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to