-
Notifications
You must be signed in to change notification settings - Fork 40
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
Some opam updates #73
Conversation
let installed = split((system("opam switch -s -i 2> /dev/null")), "\n") | ||
call map(installed, 'opam#chomp(v:val)') | ||
return join(installed, "\n") | ||
let switches = split((system("opam switch --short 2> /dev/null")), "\n") |
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.
-i
i no more available, is it required to have only installed ones?
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.
i don't think so
syn keyword opamKeyword1 syntax | ||
syn keyword opamKeyword1 tags | ||
syn keyword opamKeyword1 version | ||
syn match opamKeyword2 "\v(bug-reports|post-messages|opam-version|dev-repo|build)" |
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.
What is the reason to have both opamKeyword1
and opamKeyword2
?
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.
No idea. You can try including it in opamKeyword1 and see if it works.
on syntax, plugin & file detection