wklken / k-vim

vim配置
4.9k stars 1.81k forks source link

修正ale flake8参数变更 #346

Closed NullYing closed 6 years ago

NullYing commented 6 years ago

参考ale的commit,目前syntastic_python_flake8_args已经失效

https://github.com/w0rp/ale/commit/191967cfeec78f3ba83d999462fe6e45e4f4c8de#diff-89fcb160c54b00efbfe4cde9e743ca22

    " remove in 2.0
    if exists('g:ale_python_flake8_args') && !s:deprecation_warning_echoed
        execute 'echom ''Rename your g:ale_python_flake8_args setting to g:ale_python_flake8_options instead. Support for this will removed in ALE 2.0.'''
        let s:deprecation_warning_echoed = 1
    endif
wklken commented 6 years ago

merged, thanks

NullYing commented 4 years ago

貌似我改错了

应该为ale_python_flake8_options