Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPymodeLint does not run on saving file #1103
Comments
|
I checked value in code: then I found |
|
currently I avoid this issue setting
|
Although I set
g:pymode_lint_on_write, PymodeLint not run on save.I installed pymode by vim-plug:
.vimrc config:
I tried:
find . -type f -name '*.pyc' -delete; find . -type d -name '__pycache__' -delete:PymodeLinton vim's command mode, it works-u-u <path_to_pymode>/debugvimrc.vim`, it works (curiously)System Information
vim --version
python --version:result of
:PymodePython import sys; print(sys.version_info):git statuson python-mode direcgory:debug message by
vi -i NOTE -u ~/.vim/plugged/python-mode/debugvimrc.vim hoge.py:sample file
hoge.py: