Bug#580961: Acknowledgement (vim: killing vim results in a segfault)

Bernd Zeimetz bzed at debian.org
Mon May 10 08:47:46 UTC 2010


Argh, sorry for the messy bugreport.
Running pkill while while having it open in reportbug is a dump idea.

Here is what was supposed to go in there:

bzed at think ~% cat .vimrc
set noai
syn on
filetype plugin indent on

augroup filetypedetect
au BufRead * if getline(1) == '#!/usr/bin/python' | setlocal filetype=python | endif
au BufRead * if getline(1) == '#!/usr/bin/python2.5' | setlocal filetype=python
| endif
au BufRead * if getline(1) == '#!/usr/bin/python2.6' | setlocal filetype=python
| endif
au FileType * if expand("<amatch>") == "python" | call PySettings() | endif
au FileType * if expand("<amatch>") == "lua" | call PySettings() | endif
augroup END


function! PySettings()
    set smartindent
    set cinwords=if,elif,else,for,while,try,except,finally,def,class
    syntax enable
    setl tabstop=4
    setl softtabstop=4
    setl shiftwidth=4
    setl expandtab
endfunction

if &term!="linux"
  set t_Co=256
  colorscheme nightshade
endif


A backtrace is attached to this mail.

Cheers,

Bernd

-- 
 Bernd Zeimetz                            Debian GNU/Linux Developer
 http://bzed.de                                http://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
                   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: vim.bt
URL: <http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20100510/474ba312/attachment.asc>


More information about the pkg-vim-maintainers mailing list