aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 01:12:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 01:12:00 +1200
commit2e6b0b13b652bf7e5187c7964abbb5506ac18944 (patch)
tree6cc80863b71e5ef559732232c803525e15b093f2 /README.md
parentMerge branch 'release/v0.3.0' (diff)
parentBump VERSION (diff)
downloadvim-shebang-create-exec-2e6b0b13b652bf7e5187c7964abbb5506ac18944.tar.gz
vim-shebang-create-exec-2e6b0b13b652bf7e5187c7964abbb5506ac18944.zip
Merge branch 'release/v1.0.0'v1.0.0
* release/v1.0.0: Overhaul completely
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 45eba31..d44f339 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@ 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.
+Unix shebang with an absolute pathname like `#!/bin/sh` as the first line, and
+is being saved to a new file. If so, it attempts to make the file executable
+using the safest method available to Vim.
License
-------