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 1491435 Details for
Bug 1636809
Since the upgrade to vim-common of 20181003, vim does not read my .vimrc on start.
[?]
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.
.vimrc file
vimrc_bugzilla (text/plain), 2.70 KB, created by
stan
on 2018-10-07 19:23:50 UTC
(
hide
)
Description:
.vimrc file
Filename:
MIME Type:
Creator:
stan
Created:
2018-10-07 19:23:50 UTC
Size:
2.70 KB
patch
obsolete
> >syntax enable >" filetype plugin on >filetype indent plugin on >set autoindent >set autowrite >set scrolloff=10 " keep 10 lines before and after cursor visible >set shiftwidth=2 " Number of spaces to use for each insertion of >set tabstop=2 " tabstop >set expandtab " replace tabs with spaces >set esckeys " allow usage of curs keys within isrt mode >set bs=2 " allow backspacing over everything in insert mode >" set textwidth=200 " textwidth > " Allow the last line to be a modeline - useful when > " the last line in sig gives the preferred textwidth >set modeline " for replies. >set modelines=3 >set laststatus=2 " show status line? Yes, always! Even for only one buffer. >set magic " Use some magic in search patterns? Certainly! > " highlight search - show the current search pattern > " This is a nice feature sometimes - but it sure >set hlsearch " can get in the way sometimes when you edit. >set incsearch " start finding immediately upon typing >set report=0 " show a report when N lines were changed. report=0 thus means "show all changes"! >set ruler " show cursor position? Yep! >set shortmess=at " Kind of messages to show. Abbreviate them all! >set showcmd " Show current uncompleted command? Absolutely! >set showmatch " Show the matching bracket for the last ')'? >set matchtime=3 " Time to show the match for >set showmode " Show the current mode? YEEEEEEEEESSSSSSSSSSS! >set vb t_vb= " terminal's visual bell - turned off to make Vim quiet! >set whichwrap=<,>,[,],b,s " keys which allow the cursor to wrap >set wildchar=<TAB> " the char used for "expansion" on the command line >set wildmenu " Completion on th command line shows a menu >set winminheight=0 " Minimum height of VIM's windows opened >set mousemodel=popup " instead on extend >set wrapmargin=1 " wrap 1 character before right margin >set noignorecase " ignore the case in search patterns? NO! >set noinsertmode " start in insert mode? Naah. >" set cpoptions-=C " enable commands that continue on the next line > " fold lines that start with a hash mark >set foldexpr=getline(v:lnum)[0]==\"#\" >set foldmethod=expr " set fold method to expression, instead of default manual >imap uu <ESC> >imap jk <ESC> >imap hh <ESC> > >set to " timeout allow timing out halfway into a mapping >set tm=500 " timeoutlen time in msec for 'timeout' >" autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class >colorscheme ordinarydark >" colorscheme phxdark
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 1636809
: 1491435