aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
-rw-r--r--VERSION2
2 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index e69de29..7dd6da8 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,15 @@
+shebang\_create\_exec.vim
+=========================
+
+This plugin sets up a `BufWritePre` hook to check whether a buffer contains a
+Unix shebang like `#!/bin/sh` as the first line, and is being saved to a new
+file; if so, it attempts to make the file executable with `chmod +x` after a
+successful save.
+
+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