aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-26 23:57:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-26 23:57:42 +1200
commit1a59433fa33f737264af73a7323ce669fa14a21a (patch)
tree1a7234a87b724ca35708536e0e3bb25e16252c73 /doc
parentMerge branch 'release/v0.2.0' (diff)
parentBump VERSION (diff)
downloadvim-vimrc-reload-filetype-master.tar.gz
vim-vimrc-reload-filetype-master.zip
Merge branch 'release/v1.0.0'HEADv1.0.0master
* release/v1.0.0: Remove literal message documentation Adjust use of $MYVIMRC and expansion Move code out to autoload
Diffstat (limited to 'doc')
-rw-r--r--doc/vimrc_reload_filetype.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/vimrc_reload_filetype.txt b/doc/vimrc_reload_filetype.txt
index eb9f446..65563b0 100644
--- a/doc/vimrc_reload_filetype.txt
+++ b/doc/vimrc_reload_filetype.txt
@@ -7,7 +7,7 @@ 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.
+It also echoes a nice message so you know it's working.
REQUIREMENTS *vimrc_reload_filetype-requirements*