mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0025
This commit is contained in:
@@ -2707,7 +2707,6 @@ expand_by_function(lnum, col, base, matches)
|
||||
break;
|
||||
((char_u **)ga.ga_data)[ga.ga_len] = vim_strnsave(p, len);
|
||||
++ga.ga_len;
|
||||
--ga.ga_room;
|
||||
}
|
||||
if (*pnext != NUL)
|
||||
++pnext;
|
||||
|
Reference in New Issue
Block a user