Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork772
Closed
Description
Around November 21, 2017,2e027cb , this started happening
If I removepython-mode, this behavior goes away.
Pymode version: 0.9.4 interpreter: python3 lint: 0 rope: 0
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Nov 17 2017 12:01:00)macOS versionIncluded patches: 1-1305Compiled by Homebrew
My python-mode settings:
function!StartPymode()letg:pymode_virtualenv=1" Auto fix vim python paths if virtualenv enabledletg:pymode_folding=1" Enable python foldingletg:pymode_rope=0letg:pymode_lint=0ifg:pymode_lint!=0ifexists('flake8')letg:pymode_lint_checkers= []autocmdBufWritePost*.pycallFlake8()elseletg:pymode_lint_checkers= ['pep8','pep257','pyflakes','mccabe']endifletg:pymode_lint_ignore='C0111,D100,D101,D102,D103'letg:pymode_lint_sort= ['E','C','W','R','I','F','D']letg:pymode_lint_unmodified=1endifendfunctioncallPlugOnLoad('python-mode','call StartPymode()')
Whole vim confighttps://github.com/tony/vim-config-framework/tree/01def0b72494febbb6d7a05d9990c8a92a088593/
Metadata
Metadata
Assignees
Labels
No labels