From 2d60332fa5b2b1ea346864245569df426052865a Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 22 Jan 2018 00:47:03 -0500 Subject: [PATCH] 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. --- plugin/sensible.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index 729edcf..f7efa33 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -1,6 +1,6 @@ " sensible.vim - Defaults everyone can agree on " Maintainer: Tim Pope -" Version: 1.1 +" Version: 1.2 if exists('g:loaded_sensible') || &compatible finish