Skip to content
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

Usage Documentation? #3

Open
jpmorris opened this issue Apr 29, 2016 · 1 comment
Open

Usage Documentation? #3

jpmorris opened this issue Apr 29, 2016 · 1 comment

Comments

@jpmorris
Copy link

The README is confusing. I'd like to be able to run code in vim, but I don't see how to do this. I installed via Vundle, I've opened the sas file. The website that has been pointed to doesn't describe usage at all. I see there is a vim function defined, but I'm no vim master, I'm not sure how to run this function. Can you add a section for 'Usage' in the docs?

@EricGebhart
Copy link
Owner

All I really did was bring several separate vim extensions together into an easy to install vundle. I did not write these extensions, with the exception of the tagset mode which is automatic, as such I believe better documentation should probably be provided by the writers of the extensions.

It seems the function you want is RunSASonCurrentFile(), The most convenient thing to do would be to map that function to a key combination that you like.

It seems that you may need some help with vim and vimscript in general. This might help.
http://learnvimscriptthehardway.stevelosh.com/chapters/23.html

I am no expert either. I have used Vi for 35 years, but programmed vim very little. I'm actually an
emacs w/evil-mode user and much prefer elisp over vimscript any day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants