Use and meaning of

2011-07-23 Thread esquifit
What is the actual value of using ? I've always seen the same pattern: map XY MyscriptMyfunction noremap

Re: Use and meaning of

2011-07-23 Thread ZyX
Reply to message «Use and meaning of », sent 03:02:27 24 July 2011, Sunday by esquifit: > map XY MyscriptMyfunction > noremap

Re: Use and meaning of

2011-07-23 Thread Tony Mechelynck
On 24/07/11 01:02, esquifit wrote: What is the actual value of using? I've always seen the same pattern: map XYMyscriptMyfunction noremap

Re: Use and meaning of

2011-07-24 Thread ZyX
Reply to message «Re: Use and meaning of », sent 08:08:49 24 July 2011, Sunday by Tony Mechelynck: > The whole thing is meant to allow creating mappings and functions > which are only visible from within the script where they were created > (i.e., not in other scripts, not at the com

Re: Use and meaning of

2011-07-24 Thread Tony Mechelynck
On 24/07/11 09:41, ZyX wrote: Reply to message «Re: Use and meaning of», sent 08:08:49 24 July 2011, Sunday by Tony Mechelynck: The whole thing is meant to allow creating mappings and functions which are only visible from within the script where they were created (i.e., not in other scripts

Re: Use and meaning of

2011-07-25 Thread esquifit
On 24 Jul, 01:21, ZyX wrote: > Reply to message «Use and meaning of », > sent 03:02:27 24 July 2011, Sunday > by esquifit: > > > map XY MyscriptMyfunction > > noremap

Re: Use and meaning of

2011-07-25 Thread ZyX
Reply to message «Re: Use and meaning of », sent 01:52:21 26 July 2011, Tuesday by esquifit: > As you see, there are three steps involved: > 1) key binding to foo > 2) map foo to something > 3) map something to :call bar() > > as opposed to two steps in your example: > 1) k