Skip to content

Commit

Permalink
Don't set autoindent
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tpope committed Aug 26, 2022
1 parent 226203b commit 8985da7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/sensible.vim
Expand Up @@ -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
Expand Down

0 comments on commit 8985da7

Please sign in to comment.