> I right-clicked on an Info.plist file today, and I was surprised to > see > that MacVim was not listed in the "Open With" menu. > > Shouldn't MacVim be registered for *.plist files too?
That's how it was, but plist registration was removed because there can be binary plist files. Can you come up with an ftplugin that detects that a file is a binary plist and then converts it to text (using something like `%!plutil -convert xml1 -o - %`)? :-) Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
