From 8985da7669bbd73afce85ef0e4a3e1ce2e488595 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 25 Aug 2022 21:32:43 -0400 Subject: [PATCH] Don't set autoindent It's only very rarely that I want this off, but since file type plugins tend to turn it on when it's desirable, the argument for forcing it globally is pretty weak. --- plugin/sensible.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index a00ccae..2bdf479 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -17,7 +17,6 @@ endif " Use :help 'option' to see the documentation for the given option. -set autoindent set backspace=indent,eol,start set complete-=i set smarttab