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/