[konsole] [Bug 445550] Frequent SIGSEGV just after rebasing on `master`
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Tue Nov 16 05:00:21 GMT 2021
https://bugs.kde.org/show_bug.cgi?id=445550
--- Comment #4 from personalizedrefrigerator at gmail.com ---
(In reply to personalizedrefrigerator from comment #3)
> Here's an easier way to reproduce the bug:
> • Open vim
> • Press `a`
> • Hold down `Enter`
>
> You can find my .vimrc here:
> https://github.com/personalizedrefrigerator/dotfiles/blob/main/.vimrc
I am suspicious of these lines in my .vimrc:
```
" Change cursor when entering insert mode
" Ref:
https://stackoverflow.com/questions/6488683/how-do-i-change-the-cursor-between-normal-and-insert-modes-in-vim
let &t_SI = "\e[6 q"
let &t_EI = "\e[2 q"
```
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list