finding the originating map command

2012-07-02 Thread Tim Johnson
I have mapped ,cs to a function called CheckSyntax if I execute : map ,cs I get ,cs * :call CheckSyntax()CR if I execute :verbose map ,cs I get ,cs * :call CheckSyntax()CR Last set from /Users/http/run/baker/journal/000_main__journal.vim which

Re: finding the originating map command

2012-07-02 Thread Gary Johnson
On 2012-07-02, Tim Johnson wrote: I have mapped ,cs to a function called CheckSyntax if I execute : map ,cs I get ,cs * :call CheckSyntax()CR if I execute :verbose map ,cs I get ,cs * :call CheckSyntax()CR Last set from

Re: finding the originating map command

2012-07-02 Thread Tim Johnson
* Gary Johnson garyj...@spocom.com [120702 15:29]: On 2012-07-02, Tim Johnson wrote: I don't think Vim remembers any place but the last where a mapping was defined. However, you can start Vim like this, $ vim -V15verbose.out ... and capture all the ex commands to the file