comparison runtime/doc/syntax.txt @ 24751:e69e7133c9cf

Update runtime files Commit: https://github.com/vim/vim/commit/d2ea7cf10a4d026ebd402594d656af7d5c811c24 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 30 20:54:13 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 May 2021 21:00:09 +0200
parents 5c98ea5f5d6e
children fd37be6dc258
comparison
equal deleted inserted replaced
24750:5039ed8ea97f 24751:e69e7133c9cf
1 *syntax.txt* For Vim version 8.2. Last change: 2021 Apr 02 1 *syntax.txt* For Vim version 8.2. Last change: 2021 May 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4965 For an xterm this depends on your resources, and is a bit 4965 For an xterm this depends on your resources, and is a bit
4966 unpredictable. See your xterm documentation for the defaults. The 4966 unpredictable. See your xterm documentation for the defaults. The
4967 colors for a color-xterm can be changed from the .Xdefaults file. 4967 colors for a color-xterm can be changed from the .Xdefaults file.
4968 Unfortunately this means that it's not possible to get the same colors 4968 Unfortunately this means that it's not possible to get the same colors
4969 for each user. See |xterm-color| for info about color xterms. 4969 for each user. See |xterm-color| for info about color xterms.
4970 *tmux*
4971 When using tmux you may want to use this in the tmux config: >
4972 # tmux colors
4973 set -g default-terminal "xterm-256color"
4974 set -ag terminal-overrides ",xterm-256color:Tc"
4975 < More info at:
4976 https://github.com/tmux/tmux/wiki/FAQ#how-do-i-use-a-256-colour-terminal
4977 https://github.com/tmux/tmux/wiki/FAQ#how-do-i-use-rgb-colour
4970 4978
4971 The MS-Windows standard colors are fixed (in a console window), so 4979 The MS-Windows standard colors are fixed (in a console window), so
4972 these have been used for the names. But the meaning of color names in 4980 these have been used for the names. But the meaning of color names in
4973 X11 are fixed, so these color settings have been used, to make the 4981 X11 are fixed, so these color settings have been used, to make the
4974 highlighting settings portable (complicated, isn't it?). The 4982 highlighting settings portable (complicated, isn't it?). The