Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1972615 Details for
Bug 2217500
[abrt] vim-X11: getout(): gvim killed by SIGSEGV
Home
New
Search
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.rh89 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.17 KB, created by
Sergio Losilla
on 2023-06-26 13:07:45 UTC
(
hide
)
Description:
File: user_vimrc
Filename:
MIME Type:
Creator:
Sergio Losilla
Created:
2023-06-26 13:07:45 UTC
Size:
4.17 KB
patch
obsolete
>" >execute pathogen#infect() > >syntax on >filetype plugin indent on > >"" EnhancedCommentify bindings >let g:EnhCommentifyUseAltKeys="yes" >"let g:EnhCommentifyUserBindngs="yes" >"map c <plug>Comment >"map d <plug>DeComment >"map z <plug>Traditionalj >"map x <plug>Traditional > >""""" USER INTERFACE TWEAKS >"" Show selection size in visual mode >set showcmd >"" Case sensitive only is capitals are present >set ignorecase >set smartcase >"" GUI options, such as have toolbar, scrollbars, etc >set guioptions=aegirLmT >"" Visual bell >set vb >"" Right click modes cursor position and shows popup menu >set mousemodel=popup_setpos > >set expandtab > >"" OPTIONAL: Starting with Vim 7, the filetype of empty .tex files defaults >""to >"" 'plaintex' instead of 'tex', which results in vim-latex not being loaded. >"" The following changes the default filetype back to 'tex': >let g:tex_flavor='latex' >let g:tex_nine_config = { > \ 'compiler' : 'pdflatex', > \ 'synctex' : 0, > \} > >set autowrite > >""" Set <Leader> to ; >let mapleader=";" > >"""" COLORS FOR GVIM >set background=dark >colorscheme jellybeans >" Color tweaks > >""" Size, lines, etc >""set textwidth=80 >""set winwidth=80 >""set columns=80 >set scrolloff=15 > >" Highlight search >set hlsearch >" Pressing enter clears the search highlighting >nnoremap <CR> :noh<CR> >" Incremental search >set incsearch > >" is.vim mappings >map / <Plug>(incsearch-forward) >map ? <Plug>(incsearch-backward) >map g/ <Plug>(incsearch-stay) > >" Highlight unwanted space >highlight ExtraWhitespace ctermbg=red guibg=red >match ExtraWhitespace /\s\+$/ >autocmd BufWinEnter * match ExtraWhitespace /\s\+$/ >autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@<!$/ >autocmd InsertLeave * match ExtraWhitespace /\s\+$/ >autocmd BufWinLeave * call clearmatches() >" Show trailing whitepace and spaces before a tab: >:autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ > >"" Spell check >let spell_executable = "aspell" >hi SpellErrors guibg=Red guifg=Black cterm=underline gui=underline term=reverse > >" Tell vim to remember certain things when we exit >" '10 : marks will be remembered for up to 10 previously edited files >" "100 : will save up to 100 lines for each register >" :20 : up to 20 lines of command-line history will be remembered >" % : saves and restores the buffer list >" n... : where to save the viminfo files >set viminfo='100,\"100,:20,%,n~/.viminfo >" >" Jump to last remembered position >autocmd BufReadPost * >\ if line("'\"") > 1 && line("'\"") <= line("$") | >\ exe "normal! g`\"" | >\ endif > >""Syntastic syntax checker >let g:syntastic_mode_map = { 'mode': 'active' } >let g:syntastic_check_on_open = 1 > >""local_vimrc .vimrc files present in the local directory will be loaded. >let g:local_vimrc = '.lvimrc' > >"Autocompleting filenames: >set wildmode=longest,full >set wildmenu > >set shiftwidth=4 >set tabstop=4 > >" ### AUTOCOMPLETIONS (UltiSnips, YouCompleteMe, SuperTab) ### >" make YCM compatible with UltiSnips (using supertab) >let g:ycm_key_list_select_completion = ['<C-n>', '<Down>'] >let g:ycm_key_list_previous_completion = ['<C-p>', '<Up>'] >let g:ycm_always_populate_location_list = 1 > >map <F10> :lprev<cr> >map <F11> :ll<cr> >map <F12> :lnext<cr> > >let g:SuperTabDefaultCompletionType = '<C-n>' > >" better key bindings for UltiSnipsExpandTrigger >let g:UltiSnipsExpandTrigger = "<tab>" >let g:UltiSnipsJumpForwardTrigger = "<tab>" >let g:UltiSnipsJumpBackwardTrigger = "<s-tab>" > >" UltiSnips >"" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe. >""let g:UltiSnipsExpandTrigger="<tab>" >"let g:UltiSnipsExpandTrigger="<m-space>" >"let g:UltiSnipsJumpForwardTrigger="<F3>" >"let g:UltiSnipsJumpBackwardTrigger="<F2>" > >" If you want :UltiSnipsEdit to split your window. >let g:UltiSnipsEditSplit="vertical" > >"Directory for swap files >set directory=~/.vim/swap,~/tmp,/var/tmp,/tmp > >"Nicer colors in console >set t_CO=256 > >" FSwitch >nmap <silent> <Leader>o :FSSplitRight<cr> >set switchbuf=usetab > >"# Global mappings >map <F4> :make!<cr> >map <F5> :YcmCompleter FixIt<cr> >"## Go to definition using tags instead of vim's gd heuristics >map gd > >"# Disable arrow keys >noremap <Left> <Nop> >noremap <Right> <Nop> >noremap <Up> <Nop> >noremap <Down> <Nop>
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 2217500
:
1972611
|
1972612
|
1972613
|
1972614
| 1972615 |
1972616
|
1972617
|
1972618
|
1972619
|
1972620
|
1972621
|
1972622