Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deadly signal ABRT/SEGV when typing backslash+newline in shell script on 7.4.1579 #691

Closed
msto opened this issue Mar 16, 2016 · 2 comments
Closed

Comments

@msto
Copy link

msto commented Mar 16, 2016

Hi,

I recently installed Vim 7.4.1579 on RHEL 6.5 to add Python/Python 3 support. After installing, any time I edit a shell script and type in a backslash followed by a return, I get an ABRT (or SEGV if it's the second time in the session). I removed my vimrc entirely and it eliminated the problem, but the error returns after including only the Vundle stub:

set nocompatible              " be iMproved, required
filetype off                  " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'

" All of your Plugins must be added before the following line
call vundle#end()            " required
filetype plugin indent on    " required

Any suggestions here would be much appreciated. Thanks!

@msto
Copy link
Author

msto commented Mar 16, 2016

The issue disappears in 7.4.1558, per @k-takata's comment here

@chrisbra
Copy link
Member

duplicat of #690

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants