* Guy Gold [2014.05.09 13:58]:
> send-hook '~t...@domain.com'  'set editor= "vim  -c \":r \!cat  
> /path/to/file\""'

Is it me or is this a useless use of cat?

vim -c ':r !cat /path/to/file' <=> vim -c ':r /path/to/file'

-- 
JR

Reply via email to