instead of we keeping and maintaining it, like we did in commits
126e950, 8f395be, c58f901.
On the other hand, we would lose custom changes we did, like merging
clvv/fasd#75 and partially merging clvv/fasd#77. I think it's not our
purpose to maintain our own fork of other projects.
- Fix word completion for fasd
- Fix initialization script to have all fasd-related functions inside it
(functions was not called properly when they was in separate files)
- Add another alias `v` for fasd that will access recently used files
from .viminfo
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
Fixes#111, Closes#133
[zlogin] zcompare fasd and all functions
[fasd] trim non-zsh options
[fasd] merge PR #75 from clvv/fasd
[fasd] partial merge PR #77 from clvv/fasd
This closes#24