plugin Vim Mode (CudaText)
I get this after updating from github (and after restarting cudatext):
Code: Select all
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "D:\Tools\CudaText_x64\py\cuda_vim_mode\__init__.py", line 5, in <module>
from .scrollto import *
ImportError: No module named 'cuda_vim_mode.scrollto'
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "D:\Tools\CudaText_x64\py\cuda_vim_mode\__init__.py", line 5, in <module>
from .scrollto import *
ImportError: No module named 'cuda_vim_mode.scrollto'
Ok, installed it via addon manager again (and deleted the github version).
In "v" mode, "f" and "t" do not select enough characters (both are missing the rightmost one).
For example:
We are in command mode, the caret is on the "S"
"vtn"
This should select
but it only selects
The same for "vfn"
This should select
but it only selects
You can easily see that if after executing "vtn/vfn", hit "y"(ank)
go to a new line and "p"(aste) it...
In "v" mode, "f" and "t" do not select enough characters (both are missing the rightmost one).
For example:
Code: Select all
Sicknote
"vtn"
This should select
Code: Select all
Sick
Code: Select all
Sic
This should select
Code: Select all
Sickn
Code: Select all
Sick
go to a new line and "p"(aste) it...