Drag&drop a file (with wide-chars in its filename) to MacVim, then MacVim gets into trouble like a zombie with these error outputs in Console. ---------------- MacVim[2779] [processInputQueue:] Caught exception (pid=2801): The index 1943 is invalid MacVim[2779] !!! _NSLayoutTreeLineFragmentRectForGlyphAtIndex invalid glyph index 1942 MacVim[2779] Exception raised while text storage 0x1b35d0 was responding to font set changed notification: *** NSRunStorage, _NSBlockNumberForIndex(): index (1942) beyond array bounds (0) ----------------
I made a sample txt file 'Han.txt', and then made a hardlink-copy of it named '한.txt'. (ln Han.txt 한.txt) With 'Han.txt' drag&drop file-opening works good, but with '한.txt' it doesn't work. However.. in an already-opened MacVim window, ":e 한.txt" works good. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
