summaryrefslogtreecommitdiff
path: root/test/automated/ruby-mode-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Implement user option ruby-align-chained-callsDmitry Gutov2014-01-311-0/+14
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): NewDmitry Gutov2013-12-201-0/+51
* Fix Bug#15874Dmitry Gutov2013-12-061-2/+1
* * automated/ruby-mode-tests.el (ruby-exit!-font-lock): Set expected-result.Glenn Morris2013-11-211-1/+2
* * test/automated/ruby-mode-tests.el:Bozhidar Batsov2013-11-201-0/+20
* * test/automated/ruby-mode-tests.el:Bozhidar Batsov2013-11-201-0/+3
* * lisp/progmodes/ruby-mode.el (ruby-toggle-block): Don't stop atAdam Sokolnicki2013-11-171-0/+6
* * lisp/progmodes/ruby-mode.el (ruby-smie--forward-token)Dmitry Gutov2013-11-041-2/+0
* * lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be moreDmitry Gutov2013-10-261-2/+2
* * test/automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move beforeStefan Monnier2013-10-101-10/+9
* * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent after hangingDmitry Gutov2013-10-091-2/+5
* * test/automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'Dmitry Gutov2013-10-061-0/+24
* Quieten ruby-mode-tests.el compilationGlenn Morris2013-07-111-10/+13
* Explictly require ert in some test/automated/*.el filesGlenn Morris2013-07-091-0/+1
* * lisp/progmodes/ruby-mode.el (ruby-move-to-block): When we're at aDmitry Gutov2013-07-031-0/+11
* * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): Don'tDmitry Gutov2013-06-301-0/+3
* * lisp/progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):Dmitry Gutov2013-06-191-0/+6
* * lisp/progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):Dmitry Gutov2013-05-311-0/+3
* * lisp/progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): NewDmitry Gutov2013-05-311-0/+17
* * lisp/progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow toDmitry Gutov2013-05-191-0/+19
* * lisp/progmodes/ruby-mode.el (ruby-beginning-of-defun)Dmitry Gutov2013-04-161-0/+36
* Spelling fixes.Paul Eggert2013-03-101-1/+1
* * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): OnlyDmitry Gutov2013-03-061-6/+11
* (ruby-add-log-current-method): Improve performance at the expenseDmitry Gutov2013-02-141-2/+4
* * lisp/progmodes/ruby-mode.el (ruby-parse-partial): Don't increaseDmitry Gutov2013-02-141-1/+18
* * lisp/progmodes/ruby-mode.el (ruby-move-to-block): ImproveDmitry Gutov2013-02-131-0/+18
* * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybeDmitry Gutov2013-01-281-3/+4
* * automated/ruby-mode-tests.elDmitry Gutov2013-01-281-0/+12
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.eduGlenn Morris2012-12-271-0/+13
|\ \ | |/
| * * lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",Dmitry Gutov2012-12-261-0/+13
* | * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov2012-12-141-39/+76
* | * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov2012-12-141-1/+21
* | Fix for bad test in ruby-mode-tests.el.Chong Yidong2012-12-021-10/+12
* | * lisp/progmodes/ruby-mode.elDmitry Gutov2012-11-141-7/+23
* | * lisp/progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detectionDmitry Gutov2012-11-141-1/+14
* | * lisp/progmodes/ruby-mode.el (ruby-move-to-block): Looks for a blockDmitry Gutov2012-11-131-0/+48
* | * lisp/progmodes/ruby-mode.el (ruby-add-log-current-method): Print theDmitry Gutov2012-11-131-5/+27
* | * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): NeverDmitry Gutov2012-11-131-0/+8
|/
* * lisp/progmodes/ruby-mode.el (ruby-move-to-block): When movingDmitry Gutov2012-11-121-2/+2
* * lisp/progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extraDmitry Gutov2012-09-191-6/+10
* * lisp/progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,Dmitry Gutov2012-09-091-10/+15
* * lisp/progmodes/ruby-mode.el (ruby-match-expression-expansion): OnlyDmitry Gutov2012-09-081-3/+5
* * lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces fromDmitry Gutov2012-09-071-0/+25
* Merge from upstream ruby-mode.elNobuyoshi Nakada2012-08-121-0/+26
* * test/automated/ruby-mode-tests.el (ruby-should-indent):Dmitry Gutov2012-08-101-1/+135
* Merge stuff from upsteam ruby-mode, part 1.Dmitry Gutov2012-08-101-9/+32
* * lisp/progmodes/ruby-mode.el (ruby-parse-partial): No error when endDmitry Gutov2012-07-201-0/+39