mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0013
This commit is contained in:
@@ -2689,6 +2689,7 @@ serverGetVimNames(void)
|
||||
ga_init2(&ga, 1, 100);
|
||||
|
||||
EnumWindows(enumWindowsGetNames, (LPARAM)(&ga));
|
||||
ga_append(&ga, NUL);
|
||||
|
||||
return ga.ga_data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user