mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0093
This commit is contained in:
10
src/buffer.c
10
src/buffer.c
@@ -3177,6 +3177,16 @@ resettitle()
|
||||
{
|
||||
mch_settitle(lasttitle, lasticon);
|
||||
}
|
||||
|
||||
# if defined(EXITFREE) || defined(PROTO)
|
||||
void
|
||||
free_titles()
|
||||
{
|
||||
vim_free(lasttitle);
|
||||
vim_free(lasticon);
|
||||
}
|
||||
# endif
|
||||
|
||||
#endif /* FEAT_TITLE */
|
||||
|
||||
#if defined(FEAT_STL_OPT) || defined(PROTO)
|
||||
|
Reference in New Issue
Block a user