aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-14 20:37:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-14 20:38:14 +1200
commit34f746015a76fda53b70dda91f81edf41f75d472 (patch)
treefaec7e7683406436a24e591d1357c19ee3d5b742 /README.md
downloadvim-vimrc-reload-filetype-34f746015a76fda53b70dda91f81edf41f75d472.tar.gz
vim-vimrc-reload-filetype-34f746015a76fda53b70dda91f81edf41f75d472.zip
First versionv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7f66b19
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+vimrc\_reload\_filetype.vim
+===========================
+
+This plugin installs a hook for re-sourcing the `vimrc` file that follows it
+with a command to reload filetype detection and filetype plugin loading for the
+current buffer, to correct the issue of `vimrc` `:set` commands clobbering
+filetype-specific `:setlocal` options.
+
+It also echoes a nice "Reloaded vimrc" message so you know it's working.
+
+License
+-------
+
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+See `:help license`.
+
+[1]: https://sanctum.geek.nz/