[tpm] Still looking for lightning talks
Kartik Thakore
thakore.kartik at gmail.com
Sat Sep 17 12:32:45 PDT 2011
NERDtree is great! Hey I am in Toronto this coming thrusday. Is that
when the PM meeting is?
On Fri, Sep 16, 2011 at 2:40 PM, J. Bobby Lopez <bobby.lopez at gmail.com> wrote:
> I love NERDTree.. that and perl-support.vim + !perltidy have made my
> regular vim/perl grind that much more enjoyable.
>
> On Tue, Sep 13, 2011 at 10:28 AM, Mike Stok <mike at stok.ca> wrote:
>> It would be cool to hear about that.
>> I thought the commands were :w, set … etc., and the scripting language is
>> stuff like this from the bowels of NERDTree:
>> function! NERDTreeExecFile()
>> let treenode = g:NERDTreeFileNode.GetSelected()
>> echo "==========================================================\n"
>> echo "Complete the command to execute (add arguments etc):\n"
>> let cmd = treenode.path.str({'escape': 1})
>> let cmd = input(':!', cmd . ' ')
>> if cmd != ''
>> exec ':!' . cmd
>> else
>> echo "Aborted"
>> endif
>> endfunction
>> On 2011-09-13, at 10:03 AM, Fulko Hew wrote:
>>
>>
>> On Tue, Sep 13, 2011 at 9:55 AM, <arocker at vex.net> wrote:
>>>
>>> How many people use vim, but don't know about vim's scripting language?
>>
>> VIM has commands... I didn't know it also had a scripting language, or
>> is that one and the same?
>> _______________________________________________
>> toronto-pm mailing list
>> toronto-pm at pm.org
>> http://mail.pm.org/mailman/listinfo/toronto-pm
>>
>> --
>> Mike Stok <mike at stok.ca>
>> http://www.stok.ca/~mike/
>> The "`Stok' disclaimers" apply.
>>
>>
>>
>>
>> _______________________________________________
>> toronto-pm mailing list
>> toronto-pm at pm.org
>> http://mail.pm.org/mailman/listinfo/toronto-pm
>>
>>
> _______________________________________________
> toronto-pm mailing list
> toronto-pm at pm.org
> http://mail.pm.org/mailman/listinfo/toronto-pm
>
More information about the toronto-pm
mailing list