We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
defmo
I have a file named setup_support.ex and the defmo expands to
setup_support.ex
defmodule setup_support do ·· end
which should and used to be
defmodule SetupSupport do ·· end
I can't tell exactly when this broke...
The text was updated successfully, but these errors were encountered:
Same as ruby file
when I have user_profile.rb file named, the cla is not work
user_profile.rb
cla
expect
class UserProfile end
result
class user_profile end
Sorry, something went wrong.
This is pretty annoying. What can I do to move this on, as somebody who's not into VimL?
This seems to work for me with UltiSnips -- can this be closed? Or maybe it's an issue with a specific engine?
No branches or pull requests
I have a file named
setup_support.ex
and thedefmo
expands towhich should and used to be
I can't tell exactly when this broke...
The text was updated successfully, but these errors were encountered: