skypacer210 / vim

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

[PATCH] Fix lookup of toolbar bitmaps #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
gvim does not find the toolbar bitmap files in ~/vimfiles/bitmaps if the 
corresponding menu command contains additional characters like the shortcut 
marker '&' or if you use a non-english locale. For example, in the German 
Windows version, gvim tries to find the file "&Drucken.bmp" instead of 
"Print.bmp".

The attached patch seems to fix the issue.

Original issue reported on code.google.com by martin.g...@gmail.com on 16 Apr 2013 at 12:24

Attachments:

GoogleCodeExporter commented 9 years ago
Patch 7.3.1252

Original comment by brammool...@gmail.com on 27 Jun 2013 at 7:58