comparison runtime/doc/options.txt @ 19027:d72b30bf3a80 v8.2.0074

patch 8.2.0074: Python 3 unicode test someitmes fails Commit: https://github.com/vim/vim/commit/4b7cdca23035eacf6cd0e30b90546cf32f7efe9e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 1 16:18:38 2020 +0100 patch 8.2.0074: Python 3 unicode test someitmes fails Problem: Python 3 unicode test someitmes fails. Solution: Make 'termencoding' empty. Correct number of error message.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jan 2020 16:30:05 +0100
parents 130acb903dbe
children d20ed2e5a776
comparison
equal deleted inserted replaced
19026:0c0f1f148632 19027:d72b30bf3a80
7692 Encoding used for the terminal. This specifies what character 7692 Encoding used for the terminal. This specifies what character
7693 encoding the keyboard produces and the display will understand. For 7693 encoding the keyboard produces and the display will understand. For
7694 the GUI it only applies to the keyboard ('encoding' is used for the 7694 the GUI it only applies to the keyboard ('encoding' is used for the
7695 display). Except for the Mac when 'macatsui' is off, then 7695 display). Except for the Mac when 'macatsui' is off, then
7696 'termencoding' should be "macroman". 7696 'termencoding' should be "macroman".
7697 *E617* 7697 *E617* *E950*
7698 Note: This does not apply to the GTK+ GUI. After the GUI has been 7698 Note: This does not apply to the GTK+ GUI. After the GUI has been
7699 successfully initialized, 'termencoding' is forcibly set to "utf-8". 7699 successfully initialized, 'termencoding' is forcibly set to "utf-8".
7700 Any attempts to set a different value will be rejected, and an error 7700 Any attempts to set a different value will be rejected, and an error
7701 message is shown. 7701 message is shown.
7702 For the Win32 GUI and console versions 'termencoding' is not used, 7702 For the Win32 GUI and console versions 'termencoding' is not used,