<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>It would be cool to hear about that.</div><div><br></div>I thought the commands were :w, set … etc., and the scripting language is stuff like this from the bowels of NERDTree:<div><br></div><div><div>function! NERDTreeExecFile()</div><div>    let treenode = g:NERDTreeFileNode.GetSelected()</div><div>    echo "==========================================================\n"</div><div>    echo "Complete the command to execute (add arguments etc):\n"</div><div>    let cmd = treenode.path.str({'escape': 1})</div><div>    let cmd = input(':!', cmd . ' ')</div><div><br></div><div>    if cmd != ''</div><div>        exec ':!' . cmd</div><div>    else</div><div>        echo "Aborted"</div><div>    endif</div><div>endfunction</div></div><div><br><div><div>On 2011-09-13, at 10:03 AM, Fulko Hew wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><font face="courier new,monospace"><br></font><br><div class="gmail_quote">On Tue, Sep 13, 2011 at 9:55 AM,  <span dir="ltr"><<a href="mailto:arocker@vex.net">arocker@vex.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
How many people use vim, but don't know about vim's scripting language?<br></blockquote><div><br>VIM has commands... I didn't know it also had a scripting language, or<br>is that one and the same? <br></div></div>

_______________________________________________<br>toronto-pm mailing list<br><a href="mailto:toronto-pm@pm.org">toronto-pm@pm.org</a><br>http://mail.pm.org/mailman/listinfo/toronto-pm<br></blockquote></div><br><div>
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; ">-- </div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; ">Mike Stok <<a href="mailto:mike@stok.ca">mike@stok.ca</a>></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><a href="http://www.stok.ca/~mike/">http://www.stok.ca/~mike/</a></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; "><br class="khtml-block-placeholder"></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 12px; ">The "`Stok' disclaimers" apply.</div><div style="font-size: 12px; "><br class="khtml-block-placeholder"></div><div style="font-size: 12px; "><br class="khtml-block-placeholder"></div><span class="Apple-style-span" style="font-size: 12px; "><br class="Apple-interchange-newline"></span>
</div>
<br></div></body></html>