Actions
Bug #6091
closedruby-mode.el variable typo
Bug #6091:
ruby-mode.el variable typo
Description
(defcustom ruby-deep-indent-paren '(?( ?[ ?] t)
should be:
(defcustom ruby-deep-indent-paren '(?( ?[ ?{ t)
Updated by nobu (Nobuyoshi Nakada) about 14 years ago
- Status changed from Open to Rejected
not a typo
Actions