Morgan Howe <[email protected]> wrote: > This patch adds support for the "hi"/"history" setting for changing > the command history length.
I'm not sure, but I think we have to free the memory after g_list_delete_link() because the commands are written as newly allocated strings g_list_append(s->commandhistory, g_strdup(c)); Maybe I'm wrong, and this is not related to the patch, but seems to be an issue in current implementation too. Daniel ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Vimprobable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vimprobable-users
