diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 20:10:37 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 20:25:21 -0400 |
commit | a299f54cd7e949e93a9ddc07ec13999e6da489af (patch) | |
tree | 2ea3429b52d954afb247605ec9e7bb73129b30f2 /runtime/doc/syntax.txt | |
parent | 95f02cb587f9859fa558b59617b87a9808ec2cb9 (diff) | |
download | rneovim-a299f54cd7e949e93a9ddc07ec13999e6da489af.tar.gz rneovim-a299f54cd7e949e93a9ddc07ec13999e6da489af.tar.bz2 rneovim-a299f54cd7e949e93a9ddc07ec13999e6da489af.zip |
vim-patch:eab6dff19f38
Update runtime files
https://github.com/vim/vim/commit/eab6dff19f387469a200011bc6cf3508f5e43a4a
Omit de.po translations.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 98a2830d3f..d442829773 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -194,7 +194,7 @@ The name for a highlight or syntax group must consist of ASCII letters, digits and the underscore. As a regexp: "[a-zA-Z0-9_]*". However, Vim does not give an error when using other characters. -To be able to allow each user to pick his favorite set of colors, there must +To be able to allow each user to pick their favorite set of colors, there must be preferred names for highlight groups that are common for many languages. These are the suggested group names (if syntax highlighting works properly you can see the actual color, except for "Ignore"): @@ -4486,8 +4486,8 @@ two different ways: (e.g., "syntax/pod.vim") the file is searched for in 'runtimepath'. All matching files are loaded. Using a relative path is recommended, because it allows a user to replace the included file - with his own version, without replacing the file that does the ":syn - include". + with their own version, without replacing the file that does the + ":syn include". *E847* The maximum number of includes is 999. |