<div>While editing a file using vim the following:<br></div><div>!!date<br></div><div>results in the date being inserted.<br></div><div>Although the following at the command line:<br></div><div>$ date +%c<br></div><div>works as expected,<br></div><div>within vim<br></div><div>!!date +%c<br></div><div>results in an error.<br></div><div>Can anyone shed any light?<br></div><div>Thanks in advance.<br></div><div>Alex Kleider<br></div>