2009/9/18 Chris McGrath:
>
> I just updated to 49 recently and it's broken mappings I have based on
> C-c. Rolling back to 48 makes it work again.
>
> The mappings in my .vimrc are:
>
> nnoremap <C-c>g :call Run_spec_file("no")<cr>
> nnoremap <C-c>c :call Run_spec_file("yes")<cr>
>
> I'm running 10.5.8.
>
> On 48 they run the command, on 49 I see g or c in the incomplete
> command display (I have set showcmd in .vimrc)

I can't reproduce this problem with snap 49.  I tried

nnoremap <C-c>g :echo "g"<CR>

and when I type <C-c>g Vim responds by echoing "g" as expected.  Have
you tried the usual dance as described here:

http://code.google.com/p/macvim/wiki/ReportingBugs

?

If that doesn't do the trick I'd like to get the full debug logs when
the problem appears:

1. In Terminal, enter

defaults write org.vim.MacVim MMLogToStdErr 1
defaults write org.vim.MacVim MMLogLevel 7

2. Start MacVim with "mvim" from Terminal (it will spew out masses of
debug logs) and reproduce the bug.  Cut&paste the relevant debug
output and post it here.

3.  Disable debug logging when you are done:

defaults delete org.vim.MacVim MMLogToStdErr
defaults delete org.vim.MacVim MMLogLevel


> Thanks for all your work on MacVim, I don't know what I'd do without
> it!

I'm glad you like it. :-)

Thanks,
Björn

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to