aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-26 23:57:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-26 23:57:15 +1200
commit59906e7ca04d153d127f7917d227482a0831532e (patch)
tree10ed2d432039762b8943de302bdfe576040887a4 /doc
parentAdjust use of $MYVIMRC and expansion (diff)
downloadvim-vimrc-reload-filetype-59906e7ca04d153d127f7917d227482a0831532e.tar.gz
vim-vimrc-reload-filetype-59906e7ca04d153d127f7917d227482a0831532e.zip
Remove literal message documentation
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*