mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
vim-patch:8.2.3226: new digraph functions use old naming scheme
Problem: New digraph functions use old naming scheme.
Solution: Use the digraph_ prefix. (Hirohito Higashi, closes vim/vim#8580)
29b857150c
This commit is contained in:
@@ -102,6 +102,10 @@ return {
|
||||
did_filetype={},
|
||||
diff_filler={args=1, base=1},
|
||||
diff_hlID={args=2, base=1},
|
||||
digraph_get={args=1, base=1},
|
||||
digraph_getlist={args={0, 1}, base=1},
|
||||
digraph_set={args=2, base=1},
|
||||
digraph_setlist={args=1, base=1},
|
||||
empty={args=1, base=1},
|
||||
environ={},
|
||||
escape={args=2, base=1},
|
||||
@@ -156,8 +160,6 @@ return {
|
||||
getcurpos={args={0, 1}, base=1},
|
||||
getcursorcharpos={args={0, 1}, base=1},
|
||||
getcwd={args={0, 2}, base=1},
|
||||
getdigraph={args=1, base=1},
|
||||
getdigraphlist={args={0, 1}, base=1},
|
||||
getenv={args=1, base=1},
|
||||
getfontname={args={0, 1}},
|
||||
getfperm={args=1, base=1},
|
||||
@@ -324,8 +326,6 @@ return {
|
||||
setcharsearch={args=1, base=1},
|
||||
setcmdpos={args=1, base=1},
|
||||
setcursorcharpos={args={1, 3}, base=1},
|
||||
setdigraph={args=2, base=1},
|
||||
setdigraphlist={args=1, base=1},
|
||||
setenv={args=2, base=2},
|
||||
setfperm={args=2, base=1},
|
||||
setline={args=2, base=2},
|
||||
|
Reference in New Issue
Block a user