mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-14 22:13:47 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user