aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
-------