comparison runtime/doc/digraph.txt @ 15152:1ef429366fd4 v8.1.0586

patch 8.1.0586: :digraph output is not easy to read commit https://github.com/vim/vim/commit/eae8ae1b2b4e532b125077d9838b70d966891be3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 14 18:53:02 2018 +0100 patch 8.1.0586: :digraph output is not easy to read Problem: :digraph output is not easy to read. Solution: Add highlighting for :digraphs. (Marcin Szamotulski, closes https://github.com/vim/vim/issues/3572) Also add section headers for :digraphs!.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Dec 2018 19:00:05 +0100
parents bc1a8d21c811
children 8b334e4cb97f
comparison
equal deleted inserted replaced
15151:2721834e8539 15152:1ef429366fd4
22 22
23 ============================================================================== 23 ==============================================================================
24 1. Defining digraphs *digraphs-define* 24 1. Defining digraphs *digraphs-define*
25 25
26 *:dig* *:digraphs* 26 *:dig* *:digraphs*
27 :dig[raphs] show currently defined digraphs. 27 :dig[raphs][!] Show currently defined digraphs.
28 With [!] headers are used to make it a bit easier to
29 find a specific character.
28 *E104* *E39* 30 *E104* *E39*
29 :dig[raphs] {char1}{char2} {number} ... 31 :dig[raphs] {char1}{char2} {number} ...
30 Add digraph {char1}{char2} to the list. {number} is 32 Add digraph {char1}{char2} to the list. {number} is
31 the decimal representation of the character. Normally 33 the decimal representation of the character. Normally
32 it is the Unicode character, see |digraph-encoding|. 34 it is the Unicode character, see |digraph-encoding|.