-
Notifications
You must be signed in to change notification settings - Fork 10
vim error when opening file #12
Copy link
Copy link
Open
Description
When I open a python file when "Plugin 'SkyLeach/pudb.vim'" is active in the .vimrc file, I get (translation added by hand)
Fehler beim Ausführen (translation: error on execution) von "BufRead Autokommandos für ".py" ..function 20_SetInitialBreakpoints[26]..BufRead Autokommandos für ".py"..function 20_SetInitialBreakpoints":
Zeile 26: (translation: line 26)
Traceback (most recent call last):
File "", line 10, in
vim.error: Vim(sign):E474: Ungültiges Argument (translated: invalid argument)
The error vanishes directly when commenting out the Plugin in the .vimrc file.
Could it be due to a parallel use of pudb directly in the bash?
I'm currently using Vi IMproved 8.2, last patch 2121, and the standalone pudb v2024.1.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels