mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0111
This commit is contained in:
@@ -2009,7 +2009,7 @@ ins_compl_add_infercase(str, len, fname, dir, reuse)
|
||||
}
|
||||
|
||||
/* Copy the original case of the part we typed */
|
||||
vim_strncpy(IObuff, original_text, completion_length);
|
||||
STRNCPY(IObuff, original_text, completion_length);
|
||||
|
||||
return ins_compl_add(IObuff, len, fname, dir, reuse);
|
||||
}
|
||||
|
Reference in New Issue
Block a user