Deleting in column mode doesn't work as expected
-
Hi,
I am currently on 6.8.3. For me deleting in column mode doesn’t work as expected anymore. E.g. if I start column mode on 3 lines and start writing everytging looks ok (read pipe sign as cursor):
test|
test|
test|backspace works well:
tes|
tes|
tes|but if I try to delete something
test|x
test|x
test|xit just deletes only in one LINE and kicks me out of column mode. The result looks like this:
testx
testx
test|I am 100% sure this used to work. Any ideas what I am doing wrong?
Best regards,
Albert -
I tried with v6.8.3 and it seems to work fine. Try disabling your plugins, you can just rename your
plugins
folder to something else temporarily. -
Hi,
thank you for the hint. It turned out that visimulator.dll in my plugins folder messed things up. Without that plugin column mode works again as expected.
Regards,
Albert