mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 7.4.1924
Problem: Missing "void" for functions without argument. Solution: Add "void". (Hirohito Higashi)
This commit is contained in:
@@ -2770,7 +2770,7 @@ ins_compl_make_cyclic(void)
|
||||
* 'completeopt' value.
|
||||
*/
|
||||
void
|
||||
completeopt_was_set()
|
||||
completeopt_was_set(void)
|
||||
{
|
||||
compl_no_insert = FALSE;
|
||||
compl_no_select = FALSE;
|
||||
|
Reference in New Issue
Block a user