Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 642632 Details for
Bug 875435
[abrt] vim-enhanced-7.3.682-1.fc17: __sigprocmask: Process /usr/bin/vim was killed by signal 11 (SIGSEGV)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: user_vimrc
user_vimrc (text/plain), 4.66 KB, created by
Alessandro Cresto Miseroglio
on 2012-11-11 07:51:24 UTC
(
hide
)
Description:
File: user_vimrc
Filename:
MIME Type:
Creator:
Alessandro Cresto Miseroglio
Created:
2012-11-11 07:51:24 UTC
Size:
4.66 KB
patch
obsolete
>""""""""""""""""" >" Compatibility " >""""""""""""""""" >set nocompatible > > >"""""""""""""""""""""""""""""""""""""" >" Turn on filetype plugin and indent " >"""""""""""""""""""""""""""""""""""""" >filetype plugin on >filetype indent on > > >"""""""""""""""" >" General sets " >"""""""""""""""" >set foldmethod=indent >set foldnestmax=10 >set nofoldenable >set foldlevel=1 >set modeline >set incsearch "Increment search >set showmatch "Show match >set smarttab "Be smart when using tabs >set expandtab "Use space instead tabs >" 1 tab = 4 spaces >set tabstop=4 >set shiftwidth=4 >set noic >set number >set ruler >set showcmd >set history=50 >set ai "Auto indent >set si "Smart indent >set wrap "Wrap lines >set wildmenu "Wild menù on >set wildignore=*.o,*.~,*.pyc "ignore compiled files >set ruler "show current position >set ignorecase "ignore case when serching >set hlsearch "highlight search >syntax enable "enable syntax highlighting >autocmd BufNewFile,BufRead *.py set expandtab ts=4 sts=4 sw=4 tw=79 cc=80 >if exists('+colorcolumn') > set colorcolumn=80 >else > au BufWinEnter * let w:m2=matchadd('ErrorMsg', '\%>80v.\+', -1) >endif > >"""""""""""""""""""""""""""""""""""" >" PYdiction complete-dict location " >"""""""""""""""""""""""""""""""""""" >let g:pydiction_location="/home/alex/.vim/after/ftplugin/pydiction/complete-dict" > > >"""""""""""""""""""""""""""""""""""""""""" >" Cursorline & columnline stile and sets " >"""""""""""""""""""""""""""""""""""""""""" >hi CursorLine cterm=NONE ctermbg=LightGray ctermfg=DarkBlue guibg=LightGray guifg=DarkBlue >hi CursorColumn cterm=NONE ctermbg=LightGray ctermfg=DarkBlue guibg=LightGray guifg=DarkBlue > > >""""""""""""""""""" >" Statusline hack " >""""""""""""""""""" >set laststatus=2 >set statusline= " clear old statusline >set statusline+=%{virtualenv#statusline()}\ " virtualenv status >set statusline+=%{fugitive#statusline()}\ " git status >set statusline+=%-3.3n\ >set statusline+=%f\ " file name >set statusline+=%h%m%r%w " flags >set statusline+=[%{strlen(&ft)?&ft:'none'}, " filetype >set statusline+=%{strlen(&fenc)?&fenc:&enc}, " encoding >set statusline+=%{&fileformat}] " fileformat >set statusline+=%= " right align >set statusline+=%{synIDattr(synID(line('.'),col('.'),1),'name')} "highlight >set statusline+=%b,0x%-8B\ "current char >set statusline+=%-14.(%l,%c%V%)\ %<%P " o > > >""""""""""""""""""""""""""""" >" Mapping Keys and commands " >""""""""""""""""""""""""""""" >nnoremap <silent> <C-m> :TlistToggle<CR> >nnoremap <silent> <C-l> :NERDTreeToggle<CR> >nnoremap <silent> <Leader>ml :call AppendModeline()<CR> >nnoremap <leader>cc :set cursorline! cursorcolumn!<CR> >map <leader>tn :tabnew<CR> >map <leader>to :tabonly<CR> >map <leader>tc :tabclose<CR> >map <leader>tm :tabmove<CR> > >""""""""""""" >" Functions " >""""""""""""" >" Append modeline after last line in buffer. >" Use substitute() instead of printf() to handle '%%s' modeline in LaTeX >" files. >function! AppendModeline() > let l:modeline = printf(" vim: set ts=%d sw=%d tw=%d :", > \ &tabstop, &shiftwidth, &textwidth) > let l:modeline = substitute(&commentstring, "%s", l:modeline, "") > call append(line("$"), l:modeline) >endfunction > > >"Gist settings" >let g:gist_detect_type = 1 >let g:gist_open_browser_after_post = 1 >let g:gist_browser_command='firefox %URL%&' > > >" ropevim settings " >let ropevim_vim_completion=1 >let ropevim_extended_complete=1 >let ropevim_guess_project=1 > >""""""""""" >" TABLINE " >""""""""""" >if exists("+showtabline") > function MyTabLine() > let s = '' > let t = tabpagenr() > let i = 1 > > while i <= tabpagenr('$') > let buflist = tabpagebuflist(i) > let winnr = tabpagewinnr(i) > let s .= (i == t ? '%1*' : '%2*') > "let s .= ' ' > let s .= ' %*' > let s .= (i == t ? '%#TabLineSel#' : '%#TabLine#') > let s .= i . '-' > let file = bufname(buflist[winnr - 1]) > let file = fnamemodify(file, ':p:t') > if file == '' > let file = '[No name]' > endif > let s .= file . ' ' > let s .= (tabpagewinnr(i, '$') == 1 ? '' : '[' . tabpagewinnr(i, '$') . ']' . ' ') > let i = i + 1 > endwhile > let s .= '%T%#TabLineFill#%=' > let s .= (tabpagenr('$') > 1 ? '%999XX' : 'X') > return s > endfunction > set stal=2 > set tabline=%!MyTabLine() >endif >" vim: set ts=4 sw=4 tw=80 :
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 875435
:
642626
|
642627
|
642628
|
642629
|
642630
|
642631
| 642632 |
642633
|
642634
|
642635
|
642636
|
642637
|
642638
|
642639