mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-08 11:03:47 -05:00
sensible.vim 2.0
* Try to avoid overriding options set in user vimrc. * Provide :DiffOrig, as found in the example at `:help :DiffOrig`. * Enable Vim's included :Man command. * Enable g:is_posix, for better highlighting of sh filetype. * Break undo with <C-G>u before delete word with <C-W>. * Add `set viewoptions-=options`. * Add `set display+=truncate`. * Add `set nolangremap`. * Add `set nocompatible`. * Replace `set sidescrolloff=5` with `set sidescroll=1 sidescrolloff=2`. * Remove `set autoindent`. * Remove conditional `set encoding=utf-8`. * Don't run `filetype plugin indent on` a second time.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
" sensible.vim - Defaults everyone can agree on
|
||||
" Maintainer: Tim Pope <http://tpo.pe/>
|
||||
" Version: 1.2
|
||||
" Version: 2.0
|
||||
|
||||
if exists('g:loaded_sensible') || &compatible
|
||||
finish
|
||||
|
||||
Reference in New Issue
Block a user