aboutsummaryrefslogtreecommitdiff
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
parentAdjust use of $MYVIMRC and expansion (diff)
downloadvim-vimrc-reload-filetype-59906e7ca04d153d127f7917d227482a0831532e.tar.gz
vim-vimrc-reload-filetype-59906e7ca04d153d127f7917d227482a0831532e.zip
Remove literal message documentation
-rw-r--r--README.md2
-rw-r--r--doc/vimrc_reload_filetype.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index aa46047..7a3230c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,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.
License
-------
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*