From 8e8937e76a49b4204e2ef158fcece92bcb2fe2d9 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 12 Jan 2013 00:34:51 -0500 Subject: [PATCH] Set shiftround Confession: I only recently found this, but I've wanted it for years. Nobody wants to shift from 11 to 3 spaces, right? --- plugin/sensible.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index 129c5ec..dd63ba3 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -23,6 +23,7 @@ set infercase set showmatch set autoindent +set shiftround set smarttab set ttimeout