aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-30 19:56:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-30 19:56:39 +1200
commit64f17275fde8b35a01859174c0e36e325a9e8516 (patch)
tree114070cc51fcd823288a6636c09df35c6770e9a9
parentFirst version, spun out from dotfiles v9.10.0 (diff)
parentBump VERSION (diff)
downloadvim-detect-indent-64f17275fde8b35a01859174c0e36e325a9e8516.tar.gz
vim-detect-indent-64f17275fde8b35a01859174c0e36e325a9e8516.zip
Merge branch 'hotfix/v0.1.1'v0.1.1
* hotfix/v0.1.1: Add missing README.md
-rw-r--r--README.md18
-rw-r--r--VERSION2
2 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index e69de29..251d7c0 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,18 @@
+detect\_indent.vim
+==================
+
+This plugin provides a user command to be run on a buffer after filetype
+detection, applying some simple heuristics to adjust indentation settings if
+the user's settings don't appear to match the buffer's settings. It pivots on
+the value of `'expandtab'`.
+
+If changing from `'noexpandtab'` to `'expandtab'`, a guess at an appropriate
+value for `'shiftround'` is attempted. It may not be accurate.
+
+License
+-------
+
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+See `:help license`.
+
+[1]: https://sanctum.geek.nz/
diff --git a/VERSION b/VERSION
index 6e8bf73..17e51c3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.0
+0.1.1