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

Support for Elixir def* #65

Closed
padde opened this issue Sep 13, 2014 · 1 comment
Closed

Support for Elixir def* #65

padde opened this issue Sep 13, 2014 · 1 comment

Comments

@padde
Copy link
Contributor

padde commented Sep 13, 2014

Currently, endwise only works partially with Elixir. For example (| is the cursor):

receive do|

# after hitting <CR>, this becomes:

receive do
  |
end

but

defmodule Fnord do|

# after hitting <CR>, this becomes:

defmodule Fnord do
|
@padde padde changed the title Improved Elixir Support Support for Elixir def* Sep 13, 2014
@tpope tpope closed this as completed in 6c2d288 Sep 13, 2014
@tpope
Copy link
Owner

tpope commented Sep 13, 2014

See #61 for further context.

phongvcao pushed a commit to phongvcao/vim-endwise that referenced this issue May 24, 2015
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