Merge #12155 ':ls filter by terminal, lastused'

This commit is contained in:
Justin M. Keyes
2020-04-26 23:57:37 -04:00
committed by GitHub
19 changed files with 257 additions and 48 deletions

View File

@@ -2670,6 +2670,8 @@ int do_ecmd(
msg_scrolled_ign = FALSE;
}
curbuf->b_last_used = time(NULL);
if (command != NULL)
do_cmdline(command, NULL, NULL, DOCMD_VERBOSE);