如果我在这段代码上运行vim的自动缩进:
/**
* Some description here
*
* @return {?string}
*/
我得到了
/**
* Some description here
*
* @return {?string}
*/
而不是原来的(期望的行为) 这是一些新的行为,因为之前这是正确的。
我使用的是vim-javascript插件,而我的vimrc已经
了sytanx on
set autoindent
set smartindent