Skip to content
Prev 49002 / 63424 Next

[patch] Add support for editor function in edit.default

On Sun, Aug 24, 2014 at 9:14 AM, Scott Kostyshak <skostysh at princeton.edu> wrote:
Given that edit() itself is called with the three arguments, it seems
more general to pass them to the editor function, and I don't see the
need for a special case. You can always write your function as

vimEdit <- function(file_, ...) system(paste(vimCmd, file_))

I will clarify the documentation.

Best,
-Deepayan