Skip to content

Commit

Permalink
sleuth.vim 2.0
Browse files Browse the repository at this point in the history
* Set endofline, fileformat, fileencoding, bomb from EditorConfig.
* Set filetype from modeline and EditorConfig.
* Set softtabstop to -1, always.
* Drop autocmd neighbor detection in favor of simple extension matching.
* Enable disabling heuristics on a per-filetype basis.
* Bug fixes and assorted tweaks.
  • Loading branch information
tpope committed Apr 28, 2022
1 parent 5793dc3 commit 1d25e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/sleuth.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" sleuth.vim - Heuristically set buffer options
" Maintainer: Tim Pope <http://tpo.pe/>
" Version: 1.3
" Version: 2.0
" GetLatestVimScripts: 4375 1 :AutoInstall: sleuth.vim

if exists("#polyglot-sleuth")
Expand Down

0 comments on commit 1d25e8e

Please sign in to comment.