Re: Rename a single tab?

2010-09-10 Thread Israel
Hi there, On Apr 10 2008, 12:12 pm, Bill Mill wrote: > Simpler: > > function! MyLabel(n) >   if exists('t:name') >     return t:name >   else >     return '' >   endif > endfunction > > function! MyGuiTabLine() >  let s = '%{MyLabel(' . tabpagenr() . ')}' >  return s > endfunction > > set guitab

Re: System's dictionary

2010-09-10 Thread björn
On 10 September 2010 16:31, Jjgod Jiang wrote: > On Thu, Sep 9, 2010 at 8:47 PM, björn wrote: >> As a temporary solution I was thinking of adding a "Look Up in >> Dictionary" entry to the context menu so that you can at least >> right-click to look something up in the dictionary.  I just have to >>

Re: System's dictionary

2010-09-10 Thread Jjgod Jiang
On Thu, Sep 9, 2010 at 8:47 PM, björn wrote: > As a temporary solution I was thinking of adding a "Look Up in > Dictionary" entry to the context menu so that you can at least > right-click to look something up in the dictionary.  I just have to > figure out if there is some Apple Script-way of doi

Re: System's dictionary

2010-09-10 Thread dacresni
> As a temporary solution I was thinking of adding a "Look Up in > Dictionary" entry to the context menu so that you can at least > right-click to look something up in the dictionary.  I just have to > figure out if there is some Apple Script-way of doing this so that I > can hook up "osascript" t