Re: The Vim Outliner: \n does not work

2006-08-28 Thread striker
I use tvo on both mac os X and Windows.  For both of these the local  
map leader is ,,  .

Kevin


On Aug 27, 2006, at 10:46 PM, Meino Christian Cramer wrote:


Hi,

 I have downloaded The Vim Outliner (tvo) version 122 (1.22?) and I
 am using it with vim 7.066 on a Gentoo Linux (2.6.17.11 vanilla
 kernel).

 In the readme.otl to tvo there the following mentioned:

Display operations
\1  show level 1
\2  show level 2
\3  show level 3
\4  show level 4
\5  show level 5
\6  show level 6
\7  show level 7
\8  show level 8
\9  show level 9
\a  show all
\t  toggle showing text


 Additionally I created a file like this:

Heading Level 0
:Note for Lebel 0
Heading Level 1
: Note for Level 1
Heading Level 2
: Note for Level 2
Heading Level 3
: Note for Level 3
Heading Level 4
: Note for Level 4
Heading Level 5
: Note for Level 5
Heading Level 6
: Note for Level 6
Heading Level 7
: Note for Level 7
Heading Level 8
: Note for Level 8
Heading Level 9
: Note for Level 9
Heading Level A
: Note for Level A


 (to make this mail more stable I removed all TABs after
 inserting...)

 My question: When using the \x (x := [1-9at]) commands from above,
 they do simply nothing. I check with :map wheter there is anoter
 maplocalleader defined but it ios not. Furthermore, the commands are
 listed.

 I am sure, the bug is sitting in front of my monitor, but what I am
 doing wrong here ???

 Kind regards,
 mcc

 (Readme.otl of the tvo-package is displayed correctly (an does not
 react on \x also) so...for the moment I thing tvo is installed
 correctly.)

 Kind regards,
 mcc





Re: The Vim Outliner: \n does not work

2006-08-28 Thread Charles E Campbell Jr

Meino Christian Cramer wrote:


Hi,

I have downloaded The Vim Outliner (tvo) version 122 (1.22?) and I
am using it with vim 7.066 on a Gentoo Linux (2.6.17.11 vanilla
kernel).

 


...snip...


My question: When using the \x (x := [1-9at]) commands from above,
they do simply nothing. I check with :map wheter there is anoter
maplocalleader defined but it ios not. Furthermore, the commands are
listed.

I am sure, the bug is sitting in front of my monitor, but what I am
doing wrong here ???
 


..snip..

May I suggest that the best way to get plugins debugged is to contact 
their author.  Usually
the authors put their email in the documentation or sometimes in a 
comment in near the

beginning of the plugin/... file.

Regards,
Chip Campbell


Re: The Vim Outliner: \n does not work

2006-08-28 Thread cga2000
On Sun, Aug 27, 2006 at 10:46:01PM EDT, Meino Christian Cramer wrote:

[...]

  My question: When using the \x (x := [1-9at]) commands from above,
  they do simply nothing. I check with :map wheter there is anoter
  maplocalleader defined but it ios not. Furthermore, the commands are
  listed.

When I first atttempted to use plugins that required typing leader+command
such as the \x you mention above .. it did not work either.

What I later found was that I had to type the \ and the following character(s)
fairly rapidly.  Otherwise the action would time out .. leaving me with just
the character(s). 

But in your particular case this would amount to typing x, which in command
mode would normally delete the character under the cursor.

So, I'm not sure this will help.

Thanks

cga