mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.0.0749: some unicode digraphs are hard to remember
Problem: Some unicode digraphs are hard to remember. Solution: Add alternatives with a backtick. (Chris Harding, closes #1861)
This commit is contained in:
@@ -1876,6 +1876,13 @@ static digr_T digraphdefault[] =
|
|||||||
{'f', 'l', 0xfb02},
|
{'f', 'l', 0xfb02},
|
||||||
{'f', 't', 0xfb05},
|
{'f', 't', 0xfb05},
|
||||||
{'s', 't', 0xfb06},
|
{'s', 't', 0xfb06},
|
||||||
|
|
||||||
|
/* extra alternatives, easier to remember */
|
||||||
|
{'W', '`', 0x1e80},
|
||||||
|
{'w', '`', 0x1e81},
|
||||||
|
{'Y', '`', 0x1ef2},
|
||||||
|
{'y', '`', 0x1ef3},
|
||||||
|
|
||||||
# endif /* FEAT_MBYTE */
|
# endif /* FEAT_MBYTE */
|
||||||
|
|
||||||
/* Vim 5.x compatible digraphs that don't conflict with the above */
|
/* Vim 5.x compatible digraphs that don't conflict with the above */
|
||||||
|
@@ -769,6 +769,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
749,
|
||||||
/**/
|
/**/
|
||||||
748,
|
748,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user