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 684681 Details for
Bug 902536
[abrt] vim-enhanced-7.3.712-1.fc18: vim_rename: 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), 2.22 KB, created by
Darren Garvey
on 2013-01-21 21:55:05 UTC
(
hide
)
Description:
File: user_vimrc
Filename:
MIME Type:
Creator:
Darren Garvey
Created:
2013-01-21 21:55:05 UTC
Size:
2.22 KB
patch
obsolete
> >" >" Generally good things to enable >" >syntax on >filetype plugin indent on > >set et >set ai >set si > >set nu > >set ts=4 >set sw=4 > >" Switch to the tab that the buffer is open in, if one exists >set switchbuf=useopen,usetab >" Shortcuts for moving back/forward between buffers >nnoremap <Leader>b :bp<CR> >nnoremap <Leader>n :bn<CR> >" Go to last-used buffer >nnoremap <Leader>l :e#<CR> > >" Make it easier to switch buffers by typing \\ >nnoremap <Leader>\ :buffers<CR>:buffer<Space> >" Show fancy auto-completion when pressing tab >set wildchar=<Tab> wildmenu wildmode=full >" Change the status line to show the number of the buffer >set laststatus=2 statusline=%02n:%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %P > >nnoremap <C-a> ggvG > >" Move tabs around and easy switching >nnoremap <C-Tab> :tabnext<CR> >nnoremap <C-S-Tab> :tabprevious<CR> >nnoremap <silent> <A-Left> :execute 'silent! tabmove ' . (tabpagenr()-2)<CR> >nnoremap <silent> <A-Right> :execute 'silent! tabmove ' . tabpagenr()<CR> > >" >" Make pathogen.vim work >" https://github.com/tpope/vim-pathogen >" >call pathogen#infect() > >" >" NERDTree >" https://github.com/scrooloose/nerdtree >" >" Open NERDTree when vim is started with no arguments >autocmd vimenter * if !argc() | NERDTree | endif >" Close vim if the only window left is a NERDTree window >autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif >" Easily open/close NERDTree >map <F2> :NERDTreeToggle<CR> >map <F3> :NERDTreeFind<CR> > >" >" NERDTree tabs >" https://github.com/jistr/vim-nerdtree-tabs >" >" Let the NERDTrees be in different places in each tab >let g:nerdtree_tabs_synchronize_view=0 > >" >" Syntax highlighting, etc. for cmake >" >:autocmd BufRead,BufNewFile *.cmake,CMakeLists.txt,*.cmake.in runtime! indent/cmake.vim >:autocmd BufRead,BufNewFile *.cmake,CMakeLists.txt,*.cmake.in setf cmake >:autocmd BufRead,BufNewFile *.ctest,*.ctest.in setf cmake > >" >" clang_complete options >" >" Use libclang, rather than the command line driver. This is much quicker, >" just be sure to compile clang --without-assertions or you may end up >" killing vim if libclang asserts. >let g:clang_use_library=1 >let g:clang_complete_macros=1 >let g:clang_snippets=1 >let g:clang_auto_select=1 >let g:clang_close_preview=1 >let g:clang_library_path="/usr/local/lib/" >
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 902536
:
684670
|
684671
|
684672
|
684673
|
684674
|
684675
|
684676
|
684677
|
684678
|
684679
|
684680
| 684681 |
684682