-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F/ordered autoload #126
F/ordered autoload #126
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there. Left a few more suggestions.
I've updated the formatting and docs as asked, the only thing I was a little unsure about was what you meant by the function docs. Did you mean the comments above the functions, the notes in the readme (both of which I think I've done) or something else? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly what I meant, thank you!
Hi there, this is a pull request for the issue I raised. This should allow users to specify mutliple auotload options and on startup each will be tried in order until one succeds.
I had considered adding a new startup option that looked to see if the current directory had a session associated with it and if not use the last session but I saw someone else had submitted a pull request for git sessions and I thought a list of options would be more compatible with that.
I've not really done any work with lua before so apologies if it is a little un-idiomatic, I'm happy to tidy it up however you like
I've alos tried to make it so the change won't break any existing configurations