mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-patch:7.4.335 #1061
Problem: No digraph for the new rouble sign. Solution: Add the digraphs =R and =P. https://code.google.com/p/vim/source/detail?r=8ad2ecd116021ad5c945426e8bb80d741392b780
This commit is contained in:

committed by
Justin M. Keyes

parent
fde390133e
commit
9fb0026fcc
@@ -835,6 +835,8 @@ static digr_T digraphdefault[] =
|
||||
{ 'W', '=', 0x20a9 },
|
||||
{ '=', 'e', 0x20ac }, // euro
|
||||
{ 'E', 'u', 0x20ac }, // euro
|
||||
{ '=', 'R', 0x20bd }, // rouble
|
||||
{ '=', 'P', 0x20bd }, // rouble
|
||||
{ 'o', 'C', 0x2103 },
|
||||
{ 'c', 'o', 0x2105 },
|
||||
{ 'o', 'F', 0x2109 },
|
||||
|
@@ -214,7 +214,7 @@ static int included_patches[] = {
|
||||
//338,
|
||||
//337,
|
||||
//336,
|
||||
//335,
|
||||
335,
|
||||
//334,
|
||||
//333,
|
||||
//332,
|
||||
|
Reference in New Issue
Block a user