comparison runtime/doc/syntax.txt @ 19116:9b7f90e56753

Update runtime files. Commit: https://github.com/vim/vim/commit/8024f936368336241406137a2fa78ed5ee9000a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 14 19:29:13 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jan 2020 19:30:04 +0100
parents 130acb903dbe
children 63beef1ca62c
comparison
equal deleted inserted replaced
19115:7c7cf6b1e1cf 19116:9b7f90e56753
58 58
59 If the VIM environment variable is not set, Vim will try to find 59 If the VIM environment variable is not set, Vim will try to find
60 the path in another way (see |$VIMRUNTIME|). Usually this works just 60 the path in another way (see |$VIMRUNTIME|). Usually this works just
61 fine. If it doesn't, try setting the VIM environment variable to the 61 fine. If it doesn't, try setting the VIM environment variable to the
62 directory where the Vim stuff is located. For example, if your syntax files 62 directory where the Vim stuff is located. For example, if your syntax files
63 are in the "/usr/vim/vim81/syntax" directory, set $VIMRUNTIME to 63 are in the "/usr/vim/vim82/syntax" directory, set $VIMRUNTIME to
64 "/usr/vim/vim81". You must do this in the shell, before starting Vim. 64 "/usr/vim/vim82". You must do this in the shell, before starting Vim.
65 This command also sources the |menu.vim| script when the GUI is running or 65 This command also sources the |menu.vim| script when the GUI is running or
66 will start soon. See |'go-M'| about avoiding that. 66 will start soon. See |'go-M'| about avoiding that.
67 67
68 *:syn-on* *:syntax-on* 68 *:syn-on* *:syntax-on*
69 The `:syntax enable` command will keep your current color settings. This 69 The `:syntax enable` command will keep your current color settings. This