aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 01:11:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 01:11:31 +1200
commitdfe1c02d625043a9f1871e02e7e11082cdfeff07 (patch)
treec451525a6333c5c9f2178d41e74466275768d414 /README.md
parentMerge branch 'release/v0.3.0' into develop (diff)
downloadvim-shebang-create-exec-dfe1c02d625043a9f1871e02e7e11082cdfeff07.tar.gz
vim-shebang-create-exec-dfe1c02d625043a9f1871e02e7e11082cdfeff07.zip
Overhaul completely
I got a bit carried away.
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
-------