krisajenkins / evil-tabs

Integrating Vim-style tabs for Evil mode users.
MIT License
66 stars 11 forks source link

Fix relative directories with :tabe[dit]. #17

Closed karepker closed 8 years ago

karepker commented 8 years ago

As discussed in #13, this replaces the calls to elscreen-create and find-file with elscreen-find-file so default-directory is respected.

krisajenkins commented 8 years ago

Thanks @karepker - this is a really nice addition - merged!