summaryrefslogtreecommitdiffstats
path: root/runtime/doc/filetype.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-03 16:42:19 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-03 16:42:19 +0200
commit6dc819b1299e1d9f99303568772ade544d5c1322 (patch)
tree0aa77a303746423f3ab424d9ee78c84c3f560a78 /runtime/doc/filetype.txt
parent972bfddc6b3f52ae0865ad8c0bf6089bc8a9883a (diff)
Updated runtime and language files.
Diffstat (limited to 'runtime/doc/filetype.txt')
-rw-r--r--runtime/doc/filetype.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index f41dc703e3..0c33845f55 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -320,8 +320,8 @@ then Vim will load all plugins in these directories and below:
Note that the last one is the value of $VIMRUNTIME which has been expanded.
Note that when using a plugin manager or |packages| many directories will be
-added to 'runtimepath'. These plugins earch require their own directory,
-don't put them directly in ~/.vim/plugin.
+added to 'runtimepath'. These plugins each require their own directory, don't
+put them directly in ~/.vim/plugin.
What if it looks like your plugin is not being loaded? You can find out what
happens when Vim starts up by using the |-V| argument: >