comparison runtime/doc/options.txt @ 12317:2a8890b80923 v8.0.1038

patch 8.0.1038: strike-through text not supported commit https://github.com/vim/vim/commit/cf4b00c856ef714482d8d060332ac9a4d74e6b88 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 2 18:33:56 2017 +0200 patch 8.0.1038: strike-through text not supported Problem: Strike-through text not supported. Solution: Add support for the "strikethrough" attribute. (Christian Brabandt, Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Sep 2017 18:45:04 +0200
parents 1ff5e5dfa9b0
children 61d910f0999d
comparison
equal deleted inserted replaced
12316:a1d3a6d6af2c 12317:2a8890b80923
4103 i italic (termcap entry "ZH" and "ZR") 4103 i italic (termcap entry "ZH" and "ZR")
4104 b bold (termcap entry "md" and "me") 4104 b bold (termcap entry "md" and "me")
4105 s standout (termcap entry "so" and "se") 4105 s standout (termcap entry "so" and "se")
4106 u underline (termcap entry "us" and "ue") 4106 u underline (termcap entry "us" and "ue")
4107 c undercurl (termcap entry "Cs" and "Ce") 4107 c undercurl (termcap entry "Cs" and "Ce")
4108 t strikethrough (termcap entry "Ts" and "Te")
4108 n no highlighting 4109 n no highlighting
4109 - no highlighting 4110 - no highlighting
4110 : use a highlight group 4111 : use a highlight group
4111 The default is used for occasions that are not included. 4112 The default is used for occasions that are not included.
4112 If you want to change what the display modes do, see |dos-colors| 4113 If you want to change what the display modes do, see |dos-colors|