comparison runtime/doc/syntax.txt @ 9227:ecb621205ed1

commit https://github.com/vim/vim/commit/82af8710bf8d1caeeceafb1370a052cb7d92f076 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 20:20:29 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 20:30:06 +0200
parents 47f17f66da3d
children 9f7bcc2c3b97
comparison
equal deleted inserted replaced
9226:b3b95960970d 9227:ecb621205ed1
1 *syntax.txt* For Vim version 7.4. Last change: 2016 Apr 10 1 *syntax.txt* For Vim version 7.4. Last change: 2016 May 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4777 When setting the font for the "Tooltip" group, the tooltips will be 4777 When setting the font for the "Tooltip" group, the tooltips will be
4778 changed. 4778 changed.
4779 All fonts used, except for Menu and Tooltip, should be of the same 4779 All fonts used, except for Menu and Tooltip, should be of the same
4780 character size as the default font! Otherwise redrawing problems will 4780 character size as the default font! Otherwise redrawing problems will
4781 occur. 4781 occur.
4782 To use a font name with an embedded space or other special character,
4783 put it in single quotes. The single quote cannot be used then.
4784 Example: >
4785 :hi comment font='Monospace 10'
4782 4786
4783 guifg={color-name} *highlight-guifg* 4787 guifg={color-name} *highlight-guifg*
4784 guibg={color-name} *highlight-guibg* 4788 guibg={color-name} *highlight-guibg*
4785 guisp={color-name} *highlight-guisp* 4789 guisp={color-name} *highlight-guisp*
4786 These give the foreground (guifg), background (guibg) and special 4790 These give the foreground (guifg), background (guibg) and special