aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 02:36:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 02:36:58 +1200
commit6d82af8c6daf73e5026b50d3e132adc217c2bf61 (patch)
treee700f0e400ebe097d71085788c546ec78e5636cb /README.md
parentUse :doautocmd to avoid redundancy (diff)
downloadvim-shebang-change-filetype-6d82af8c6daf73e5026b50d3e132adc217c2bf61.tar.gz
vim-shebang-change-filetype-6d82af8c6daf73e5026b50d3e132adc217c2bf61.zip
Condense and solidify documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3f6524a..f168f1d 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
shebang\_change\_filetype.vim
=============================
-This plugin watches the first line of a buffer for the presence of a "shebang",
-beginning with the characters "#!". If such a line is added or modified,
-filetype detection is re-run.
+This plugin re-runs filetype detection if a shebang `#!` is added or changed in
+the buffer.
License
-------