diff options
Diffstat (limited to 'src/os_mswin.c')
-rw-r--r-- | src/os_mswin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_mswin.c b/src/os_mswin.c index d199f3e24..3ce61bc1d 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c @@ -2689,6 +2689,7 @@ serverGetVimNames(void) ga_init2(&ga, 1, 100); EnumWindows(enumWindowsGetNames, (LPARAM)(&ga)); + ga_append(&ga, NUL); return ga.ga_data; } |