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

Copy-paste bug #31

Closed
tomaskulich opened this issue Dec 13, 2016 · 4 comments
Closed

Copy-paste bug #31

tomaskulich opened this issue Dec 13, 2016 · 4 comments

Comments

@tomaskulich
Copy link

function! parinfer_lib#ParenMode(text, options)
  let l:result = s:ProcessText(a:text, s:INDENT_MODE, a:options)
  return s:PublicResult(l:result)
endfunction

there should probably be

  let l:result = s:ProcessText(a:text, s:PAREN_MODE, a:options)
@bhurlow
Copy link
Owner

bhurlow commented Dec 13, 2016

@tomaskulich ok cool, what does this have to do with copy/paste?

@bhurlow
Copy link
Owner

bhurlow commented Dec 13, 2016

#34

@tomaskulich
Copy link
Author

I just thought it was created when copy-pasting the code since the exact snippet is just above this one.

@bhurlow
Copy link
Owner

bhurlow commented Dec 13, 2016

ohh haha just read it. ok, let's add a hook for both modes in #34

@bhurlow bhurlow closed this as completed Dec 13, 2016
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