How do I quote within a quote more than once? A specific example is that I want my default setting for $editor to be: set editor=" vim -c '/^$/+1' -c 'se tw=65' " Now I want to define the following macro: macro pager G ":set editor=vi\n<group-reply><send-message>" But after executing the <send-message> function it should set $editor back to the default.
-- Eric Smith
