You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just installed this plugin, and was just testing mindlessly when I encountered this issue. Steps to reproduce the problem and the traceback log are below.
While I understand it is obvious, but I also tried yanking before pasting, which does not reproduce the same issue.
What steps will reproduce the problem?
start spyder
select vim command bar
type 'p' (without the quotes)
Traceback log
Traceback (most recent call last):
File "C:\ProgramData\anaconda3\Lib\site-packages\spyder_vim\spyder\widgets.py", line 1609, in on_text_changed
self.vim_keys(key, repeat)
File "C:\ProgramData\anaconda3\Lib\site-packages\spyder_vim\spyder\widgets.py", line 101, in __call__
method(repeat=repeat)
File "C:\ProgramData\anaconda3\Lib\site-packages\spyder_vim\spyder\widgets.py", line 1138, in p
self.P()
TypeError: VimKeys.P() missing 1 required positional argument: 'repeat'
Spyder version info
Spyder version: 5.4.3 (conda)
Python version: 3.11.5 64-bit
Qt version: 5.15.2
PyQt5 version: 5.15.7
Operating System: Windows 10
The text was updated successfully, but these errors were encountered:
Just installed this plugin, and was just testing mindlessly when I encountered this issue. Steps to reproduce the problem and the traceback log are below.
While I understand it is obvious, but I also tried yanking before pasting, which does not reproduce the same issue.
What steps will reproduce the problem?
Traceback log
Spyder version info
The text was updated successfully, but these errors were encountered: