Closed chitoku-k closed 7 years ago
I encountered a buggy behavior in array indentation that can be reproducible in following steps:
vim -u NORC
let g:PHP_vintage_case_default_indent = 1
set ft=php
<?php $x = [ ]; $y = array( );
after hitting return, the indentation becomes like this:
This does not happen when g:PHP_vintage_case_default_indent is disabled (default).
g:PHP_vintage_case_default_indent
Environment: Vim version 8.0.946
Thank you.
This should be fixed now.
Yes it is! Thanks.
I encountered a buggy behavior in array indentation that can be reproducible in following steps:
vim -u NORC
let g:PHP_vintage_case_default_indent = 1
set ft=php
after hitting return, the indentation becomes like this:
This does not happen when
g:PHP_vintage_case_default_indent
is disabled (default).Environment: Vim version 8.0.946
Thank you.