edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Cannot type ',' character #200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using DVORAK keyboard on Mac OS X.5.7. When on insert mode , character does not 
work. 

Original issue reported on code.google.com by MattEBo...@gmail.com on 30 Jul 2009 at 12:35

GoogleCodeExporter commented 9 years ago
Works for me:

1. Select Dvorak input source from "International" System Preferences
2. Go to insert mode, press the key labeled "w" on QWERTY keyboard -> "," is 
inserted

I'll need step-by-step instructions on the exact problem you are having.

Please specify which MacVim version you are using and which Mac OS version.

Original comment by bjorn.winckler@gmail.com on 30 Jul 2009 at 1:19

GoogleCodeExporter commented 9 years ago
Wow that was quick.

I am using OS 10.5.7. macVim Version 7.2 stable 1.2 (33.3).

On insert mode I can insert seemingly every character but the comma. It works 
with < (shift comma), however.

My current workaround is to copy and paste a comma from somewhere else.

Original comment by MattEBo...@gmail.com on 30 Jul 2009 at 1:28

GoogleCodeExporter commented 9 years ago
Sounds like some plugin or rc file is causing this problem.  Try renaming your 
.vimrc/.gvimrc files and the .vim 
directory.  Then restart MacVim and see if the problem persists.

Another possible cause is the file 
"~/Library/Keybindings/DefaultKeyBinding.dict".  If this file exists, try 
moving 
it out of that folder and restarting MacVim.

Original comment by bjorn.winckler@gmail.com on 30 Jul 2009 at 1:43

GoogleCodeExporter commented 9 years ago
Yes, it was a .vimrc problem. Thanks. 
I forget which "set" I had to remove however.

Original comment by MattEBo...@gmail.com on 30 Jul 2009 at 3:05

GoogleCodeExporter commented 9 years ago
I'm glad you sorted it out.

Original comment by bjorn.winckler@gmail.com on 30 Jul 2009 at 11:29