1
0
forked from aniani/vim

updated for version 7.0093

This commit is contained in:
Bram Moolenaar
2005-06-25 23:04:51 +00:00
parent ea408854a8
commit f461c8e7f8
49 changed files with 1559 additions and 306 deletions

View File

@@ -4985,6 +4985,15 @@ set_last_insert(c)
}
}
#if defined(EXITFREE) || defined(PROTO)
void
free_last_insert()
{
vim_free(last_insert);
last_insert = NULL;
}
#endif
/*
* Add character "c" to buffer "s". Escape the special meaning of K_SPECIAL
* and CSI. Handle multi-byte characters.