Open chlos opened 3 years ago
@chlos The tree python-mode
is too much and basically redundant with git status
. If you need to attach something extremely long in the future I recommend you pastebin it somewhere or attach it as text file to your issue.
If I understand what you're saying, that you are getting the desired behavior when you run in debug mode, it might be difficult to figure out what's going on. I did see this fault in the log though:
<traceback object at 0x7f9dc14b5bc0>
SyntaxError unexpected EOF while parsing (tmp.py, line 12)```
I experienced this exact situation and traced it down to a syntax error in my .vimrc which was bypassed by following the instructions to enter debug mode. In order to determine what was wrong, I instead just set:
let g:pymode_debug = 1
In my .vimrc and then listed out the :messages
after saving a file that contained errors.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have installed python-mode using vim Plug, then I enabled
pymode_lint
, but when I'm trying to run PymodeLint it always says[Pymode] Code checking is completed. No errors found.
Funny thing is when I tried to run vim in debug mode, it had found errors!
File is:
Here is my debug output:
OS:
Ubuntu 20.04.1 LTS
vim version:
python version:
Pymode Python
sys.version_info(major=3, minor=8, micro=5, releaselevel='final', serial=0)
python-mode git status
tree python-mode/