mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
vim-patch:8.2.1635: no digraph for 0x2022 BULLET #12876
Problem: No digraph for 0x2022 BULLET.
Solution: Use "oo". (Hans Ginzel, closes vim/vim#6904)
57ad94c5a9
This commit is contained in:
@@ -856,6 +856,7 @@ static digr_T digraphdefault[] =
|
||||
{ '9', '"', 0x201f },
|
||||
{ '/', '-', 0x2020 },
|
||||
{ '/', '=', 0x2021 },
|
||||
{ 'o', 'o', 0x2022 },
|
||||
{ '.', '.', 0x2025 },
|
||||
{ ',', '.', 0x2026 },
|
||||
{ '%', '0', 0x2030 },
|
||||
|
Reference in New Issue
Block a user