> Is there a way to execute a command in an expression e.g. a string
> passed to eval?

Use :exec

  exec "cmd ". arg

You might have to properly escape arg. The precise method depends on
how the command interprets its arguments.

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

Reply via email to