Skip to content

1.75

Latest
Compare
Choose a tag to compare
@2072 2072 released this 04 Sep 11:46

1.75:

  • Fix #87: The indent optimization was causing wrong indentation of lines
    preceded by a line ending with '}' when preceded by non white characters.
  • Fix long standing non-reported regex escaping issue in cleaning end of line
    comments function. This should help fixing some other unreported issues when
    parts of codes are commented out at ends of lines...

1.74:

  • Fix #86: Add support for match expression.

1.73:

  • Fix #77 where multi line strings and true/false keywords at beginning of a
    line would cause indentation failures.

1.72:

  • Fix vim/vim#5722 where it was reported that the option PHP_BracesAtCodeLevel
    had not been working for the last 6 years.

1.71:

  • Fix #75 where the indent script would hang on some multi-line quoted strings.