From 98a6555e4a26451145c2739052e124b88da99eac Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 24 Apr 2014 18:55:13 -0400 Subject: [PATCH] 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. --- plugin/sensible.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index 614fe0e..32f117f 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.0 +" Version: 1.1 if exists('g:loaded_sensible') || &compatible finish