vim-endwise icon indicating copy to clipboard operation
vim-endwise copied to clipboard

Using the word 'end' in a comment in Ruby breaks auto completion

Open taylorthurlow opened this issue 7 years ago • 0 comments

Here's a simple way to replicate the issue:

def foo
  # this will not auto-close
end

def bar # this comment has the word end in it
  # this will not auto-close
end

def baz
  # this WILL auto-close
end

taylorthurlow avatar Nov 02 '18 06:11 taylorthurlow