mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.3953: insert completion code is too complicated
Problem: Insert completion code is too complicated. Solution: More refactoring. Move function arguments into a struct. (Yegappan Lakshmanan, closes #9437)
This commit is contained in:
parent
1fa3de1ce8
commit
6ad84ab3e4
1179
src/insexpand.c
1179
src/insexpand.c
File diff suppressed because it is too large
Load Diff
@ -749,6 +749,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3953,
|
||||
/**/
|
||||
3952,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user