comparison runtime/doc/syntax.txt @ 18343:375a7ecdb351

Update runtime files. Commit: https://github.com/vim/vim/commit/2e693a88b24dc6b12883fad78ff2cb9cd4469c98 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 22:35:02 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 22:45:04 +0200
parents 1e5672da6a69
children 6d11fc4aa683
comparison
equal deleted inserted replaced
18342:fedab77fee7b 18343:375a7ecdb351
1 *syntax.txt* For Vim version 8.1. Last change: 2019 Sep 19 1 *syntax.txt* For Vim version 8.1. Last change: 2019 Oct 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
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/vim50/syntax" directory, set $VIMRUNTIME to 63 are in the "/usr/vim/vim81/syntax" directory, set $VIMRUNTIME to
64 "/usr/vim/vim50". You must do this in the shell, before starting Vim. 64 "/usr/vim/vim81". 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