sensible.vim 1.2

* Enable upwards tags file searching with `./tags;` in 'tags'.
* Enable joining commented lines with `formatoptions` j flag.
* Remove 'showcmd', 'shiftround', and 'fileformat' changes.
* Allow fish as 'shell' for compatible Vim versions.
* Don't override user specified 'ttimeoutlen'.
* Don't force `t_Co` to 16 for Eterm.
* Add :diffupdate to CTRL-L map.
This commit is contained in:
Tim Pope
2018-01-22 00:47:03 -05:00
parent 49ee364222
commit 2d60332fa5

View File

@@ -1,6 +1,6 @@
" sensible.vim - Defaults everyone can agree on
" Maintainer: Tim Pope <http://tpo.pe/>
" Version: 1.1
" Version: 1.2
if exists('g:loaded_sensible') || &compatible
finish