Fix bug#16609
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 1 Feb 2014 14:54:58 +0000 (16:54 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 1 Feb 2014 14:54:58 +0000 (16:54 +0200)
commita09beb3df21677b0797e27cb75bd5c66226f6bc9
tree305bfdfe3f0ff259d3215d1f3e40db20f6919a08
parent9ef58a52ac97a160e2818e69e7cd146e52fbdacf
Fix bug#16609

* lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
`:' before binary operators.  Don't check for `:'
before `[' and `(', or their syntax status.  A percent literal
can't end with either.
lisp/ChangeLog
lisp/progmodes/ruby-mode.el
test/indent/ruby.rb