aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-23 19:23:58 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 09:21:28 -0400
commitf0bf853f41ac4ad765bf279c331669d8c9d1e5c5 (patch)
tree4ff8f493ac157a33329a0a41d300cfe4c38de103 /runtime/doc/syntax.txt
parentecb48e7f8a8ade4a83cb4b6bd12d80a893832ec1 (diff)
downloadrneovim-f0bf853f41ac4ad765bf279c331669d8c9d1e5c5.tar.gz
rneovim-f0bf853f41ac4ad765bf279c331669d8c9d1e5c5.tar.bz2
rneovim-f0bf853f41ac4ad765bf279c331669d8c9d1e5c5.zip
vim-patch:2e693a88b24d
Update runtime files. https://github.com/vim/vim/commit/2e693a88b24dc6b12883fad78ff2cb9cd4469c98
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 7491577d8b..e527ef2158 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -37,8 +37,8 @@ If the VIM environment variable is not set, Vim will try to find
the path in another way (see |$VIMRUNTIME|). Usually this works just
fine. If it doesn't, try setting the VIM environment variable to the
directory where the Vim stuff is located. For example, if your syntax files
-are in the "/usr/vim/vim50/syntax" directory, set $VIMRUNTIME to
-"/usr/vim/vim50". You must do this in the shell, before starting Vim.
+are in the "/usr/vim/vim81/syntax" directory, set $VIMRUNTIME to
+"/usr/vim/vim81". You must do this in the shell, before starting Vim.
This command also sources the |menu.vim| script when the GUI is running or
will start soon. See |'go-M'| about avoiding that.