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 672991 Details for
Bug 892186
[abrt] vim-enhanced-7.3.712-1.fc18: may_core_dump: 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.12 KB, created by
Michal Fojtik
on 2013-01-05 18:25:05 UTC
(
hide
)
Description:
File: user_vimrc
Filename:
MIME Type:
Creator:
Michal Fojtik
Created:
2013-01-05 18:25:05 UTC
Size:
4.12 KB
patch
obsolete
>" We don't want to be 'vi' compatible >set nocompatible > >" Favorite map leader used for many shortcuts >let mapleader = "," > >" Yanks go on clipboard instead. >set clipboard+=unnamed > >syntax on >filetype plugin indent on > >" Manage all plugins using Pathogen >call pathogen#infect() > >" Format options >" >" t Auto-wrap text using textwidth >" c Auto-wrap comments using textwidth, inserting the current comment >" leader automatically. >" q Allow formatting of comments with "gq". >" o Automatically insert the current comment leader after hitting 'o' >" r Automatically insert the current comment leader after hitting <Enter> in Insert mode. >" n Automatically create nice looking lists (1., 2.) > >set formatoptions=tcqron > >" I want to use C indentation, automatically indent and number when editing >" source files > >au Filetype ruby,c,python,bash,perl set cindent autoindent number > >au BufRead,BufNewFile *.ru set filetype=ruby >au BufRead,BufNewFile Gemfile* set filetype=ruby > >" With this you can do 'gf' in Normal mode to jump in Ruby classes within >" current application >set suffixesadd=.rb >set includeexpr+=substitute(v:fname,'s$','','g') > >" Enable omnicompletion for Ruby language >autocmd FileType ruby,eruby set omnifunc=rubycomplete#Complete >autocmd FileType ruby,eruby let g:rubycomplete_buffer_loading = 1 >autocmd FileType ruby,eruby let g:rubycomplete_classes_in_global = 1 > >" Sorry, but I really don't like those .swp files ;-) >set noswapfile > >" Long error messages which require enter drives me crazy... >set shortmess=atIsAo > >" Better grep :-) >" TODO: This require to install 'ack' command >set grepprg=ack >set grepformat=%f:%l:%m > >" Case insensitive search >set ic > >" Highlight search >set hls showmatch > >" I want to avoid tabs and stick to 2 spaces indentation >set expandtab >set smarttab >set tabstop=2 >set shiftwidth=2 >set softtabstop=2 >autocmd FileType python set expandtab! " Python don't like expandtab too much ;-) > >" For some old nostalgy I want to follow the 80 characters per line standard >set textwidth=80 > >" Silence! >set visualbell > >" Sometime is better to use fold :-) >"set foldmethod=indent " fold based on indent >"set foldnestmax=3 " deepest fold is 3 levels >"set nofoldenable " dont fold by default > >" I like smart menus with files when opening something >set wildmenu >set wildmode=full >set wildignore=.svn,CVS,.git,*.o,*.a,*.class,*.mo,*.la,*.so,*.obj,*.swp,*.jpg,*.png,*.xpm,*.gif >set completeopt=longest,menuone >set complete=.,w,b,u,t,k > > >set laststatus=2 > >function! SL(function) > if exists('*'.a:function) > return call(a:function,[]) > else > return '' > endif >endfunction > >set statusline=[%n]\ %<%.99f\ %h%w%m%r%{SL('CapsLockStatusline')}%y%{SL('fugitive#statusline')}%#ErrorMsg#%{SL('SyntasticStatuslineFlag')}%*%=%-14.(%l,%c%V%)\ %P > >" Plugins configurato >let g:HiMtchBrktOn= 1 > >" Highlight whitespaces >set list >set listchars=tab:>.,trail:.,extends:#,nbsp:. >autocmd filetype html,xml set listchars-=tab:>. > >let g:NERDCreateDefaultMappings = 0 >let g:NERDSpaceDelims = 1 >let g:NERDShutUp = 1 >let g:NERDTreeHijackNetrw = 0 > >map <leader>d :NERDTreeToggle<CR> > >if has("gui") > set noantialias > set guioptions=aevAi > set guioptions-=Ll >else > "set background=dark > "colorscheme solarized > "hi Normal ctermbg=black >endif > >if has("gui_macvim") > set transparency=0 > "set guifont=Monaco:h11 > "set guifont=Pragmata\ TT:h13 > set guifont=Envy\ Code\ R:h13 > set linespace=1 > set background=dark > set nolazyredraw > set lines=52 > set columns=180 > let g:solarized_contrast='high' > colorscheme solarized >endif > >if has("gui_gtk2") > set background=dark > let g:solarized_contrast='high' > colorscheme solarized > "set guifont=Envy\ Code\ R\ 10 > set guifont=Envy\ Code\ R\ for\ Powerline\ 10 > set nomousehide > set novisualbell > set nolazyredraw >end > >noremap <D-1> 1gt >noremap <D-2> 2gt >noremap <D-3> 3gt >noremap <D-4> 4gt >noremap <D-5> 5gt >noremap <D-6> 6gt >noremap <D-7> 7gt >noremap <D-8> 8gt >noremap <D-9> 9gt >noremap <D-9> 10gt >noremap <D-S-right> gt >noremap <D-S-left> gT > >set t_Co=16 > >let g:Powerline_symbols = 'fancy' > >" experimental >set backspace=indent,eol,start " more powerful backspacing >set listchars=tab:>.,trail:-,extends:>,precedes:< >set nolazyredraw
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 892186
:
672981
|
672982
|
672983
|
672984
|
672985
|
672986
|
672987
|
672988
|
672989
|
672990
| 672991