bbatsov / helm-projectile

Helm UI for Projectile
329 stars 71 forks source link

Display real #66

Closed xiongtx closed 7 years ago

xiongtx commented 7 years ago

Address #64.

Fundamentally, the use of coerce and reliance on helm-candidate-buffer is the wrong thing to do. Instead, Helm source candidates should be (DISPLAY . REAL) pairs, where DISPLAY is the short file name and REAL is the full path.

cc @bbatsov