mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-10 12:03:48 -05:00
sensible.vim 1.1
* Break undo after CTRL-U. * Set shiftround. * Set tabpagemax=50. * Set nrformats-=octal. * Set sessionoptions-=options. * Set history=1000. * Set ttimeoutlen=100. * Set encoding=utf-8 in gvim. * Override shell=fish to use a supported shell instead. * Use ASCII only listchars. * Drop fillchars. * Drop smartcase. * Drop autowrite. * Drop showmatch. * Drop Y mapping. * Don't clobber scroll offsets. * Don't override a blank viminfo. * Don't force UNIX line endings on Windows. * Stop setting temporary directories.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
" sensible.vim - Defaults everyone can agree on
|
||||
" Maintainer: Tim Pope <http://tpo.pe/>
|
||||
" Version: 1.0
|
||||
" Version: 1.1
|
||||
|
||||
if exists('g:loaded_sensible') || &compatible
|
||||
finish
|
||||
|
||||
Reference in New Issue
Block a user