Push the lines all the way to column 72
This commit is contained in:
parent
76d2f4dc01
commit
9d100c6c13
1 changed files with 5 additions and 5 deletions
10
vimrc
10
vimrc
|
@ -5,14 +5,14 @@
|
|||
" Includes parts from Tim Pope's «sensible.vim»
|
||||
" <https://github.com/tpope/vim-sensible>.
|
||||
|
||||
" =====================================================================
|
||||
" ======================================================================
|
||||
" Load Pathogen if Vim does not support packages.
|
||||
if !has("packages")
|
||||
runtime pack/acp/opt/vim-pathogen/autoload/pathogen.vim
|
||||
execute pathogen#infect('pack/acp/start/{}')
|
||||
endif
|
||||
|
||||
" =====================================================================
|
||||
" ======================================================================
|
||||
" General settings for all builds.
|
||||
|
||||
inoremap <down> <nop>
|
||||
|
@ -68,7 +68,7 @@ set viminfo="NONE"
|
|||
set wildmenu
|
||||
set wrap
|
||||
|
||||
" =====================================================================
|
||||
" ======================================================================
|
||||
" General settings for non-minimal Vim builds.
|
||||
|
||||
if has("eval")
|
||||
|
@ -100,7 +100,7 @@ if has("eval")
|
|||
endif
|
||||
endif
|
||||
|
||||
" =====================================================================
|
||||
" ======================================================================
|
||||
" Settings based on feature detection.
|
||||
|
||||
if has("autocmd")
|
||||
|
@ -158,6 +158,6 @@ if has("syntax")
|
|||
syntax on
|
||||
endif
|
||||
|
||||
" =====================================================================
|
||||
" ======================================================================
|
||||
" End of config file.
|
||||
" vim:set ft=vim et sw=4:
|
||||
|
|
Loading…
Reference in a new issue