comparison runtime/doc/options.txt @ 9027:773d627cac0b v7.4.1799

commit https://github.com/vim/vim/commit/61be73bb0f965a895bfb064ea3e55476ac175162 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 29 22:59:22 2016 +0200 patch 7.4.1799 Problem: 'guicolors' is a confusing option name. Solution: Use 'termguicolors' instead. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Apr 2016 23:00:07 +0200
parents c83e2c1e7f2b
children 071f9da012fb
comparison
equal deleted inserted replaced
9026:eea316a77946 9027:773d627cac0b
3475 For Win32, the default is "findstr /n" if "findstr.exe" can be found, 3475 For Win32, the default is "findstr /n" if "findstr.exe" can be found,
3476 otherwise it's "grep -n". 3476 otherwise it's "grep -n".
3477 This option cannot be set from a |modeline| or in the |sandbox|, for 3477 This option cannot be set from a |modeline| or in the |sandbox|, for
3478 security reasons. 3478 security reasons.
3479 3479
3480 *'guicolors'* *'gcol'*
3481 'guicolors' 'gcol' boolean (default off)
3482 global
3483 {not in Vi}
3484 {not available when compiled without the
3485 |+termtruecolor| feature}
3486 When on, uses |highlight-guifg| and |highlight-guibg| attributes in
3487 the terminal (thus using 24-bit color). Requires a ISO-8613-3
3488 compatible terminal.
3489 If setting this option does not work (produces a colorless UI)
3490 reading |xterm-true-color| might help.
3491
3492 *'guicursor'* *'gcr'* *E545* *E546* *E548* *E549* 3480 *'guicursor'* *'gcr'* *E545* *E546* *E548* *E549*
3493 'guicursor' 'gcr' string (default "n-v-c:block-Cursor/lCursor, 3481 'guicursor' 'gcr' string (default "n-v-c:block-Cursor/lCursor,
3494 ve:ver35-Cursor, 3482 ve:ver35-Cursor,
3495 o:hor50-Cursor, 3483 o:hor50-Cursor,
3496 i-ci:ver25-Cursor/lCursor, 3484 i-ci:ver25-Cursor/lCursor,
7548 Example: You are working with the locale set to euc-jp (Japanese) and 7536 Example: You are working with the locale set to euc-jp (Japanese) and
7549 want to edit a UTF-8 file: > 7537 want to edit a UTF-8 file: >
7550 :let &termencoding = &encoding 7538 :let &termencoding = &encoding
7551 :set encoding=utf-8 7539 :set encoding=utf-8
7552 < You need to do this when your system has no locale support for UTF-8. 7540 < You need to do this when your system has no locale support for UTF-8.
7541
7542 *'termguicolors'* *'tgc'*
7543 'termguicolors' 'tgc' boolean (default off)
7544 global
7545 {not in Vi}
7546 {not available when compiled without the
7547 |+termguicolors| feature}
7548 When on, uses |highlight-guifg| and |highlight-guibg| attributes in
7549 the terminal (thus using 24-bit color). Requires a ISO-8613-3
7550 compatible terminal.
7551 If setting this option does not work (produces a colorless UI)
7552 reading |xterm-true-color| might help.
7553 7553
7554 *'terse'* *'noterse'* 7554 *'terse'* *'noterse'*
7555 'terse' boolean (default off) 7555 'terse' boolean (default off)
7556 global 7556 global
7557 When set: Add 's' flag to 'shortmess' option (this makes the message 7557 When set: Add 's' flag to 'shortmess' option (this makes the message