Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 215 by jeffwheeler: Buffer name is full path, not relative path http://code.google.com/p/yi-editor/issues/detail?id=215
What steps will reproduce the problem? 1. Open yi with any keybinding; I use Vim, but I tested with Emacs, too 2. Open a file: ":e dev/yi/Yi/Main.hs" What is the expected output? What do you see instead? The buffer name is "/Users/jeff/dev/yi/Yi/Main.hs", the full path to the file. Vim uses the relative path, so it would use "dev/yi/Yi/Main.hs" and Emacs uses just the filename, "Main.hs". I prefer Vim's style, but Yi's solution is quite odd. (Also, Vim seems abbreviates tab names. "Yi/Keymap/Vim.hs" becomes "Y/K/Vim.hs" in the tab title, which I'd like to implement after this. The solution will probably be related.) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
