From 52acdd9483d2901d113411728ce58b6cccc41778 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 May 2020 19:56:09 +1200 Subject: Add missing README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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/ -- cgit v1.2.3 From 4cbf018f7c11ed156bf7883e28472ab2557e5121 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 May 2020 19:56:30 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6e8bf73..17e51c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 -- cgit v1.2.3