Mercurial > vim
view src/proto/version.pro @ 5958:f7bc601823e5 v7.4.320
updated for version 7.4.320
Problem: Possible crash when an BufLeave autocommand deletes the buffer.
Solution: Check for the window pointer being valid. Postpone freeing the
window until autocommands are done. (Yasuhiro Matsumoto)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 12 Jun 2014 14:01:31 +0200 |
parents | 71859e71b1f9 |
children | 21b0a39d13ed |
line wrap: on
line source
/* version.c */ void make_version __ARGS((void)); int highest_patch __ARGS((void)); int has_patch __ARGS((int n)); void ex_version __ARGS((exarg_T *eap)); void list_version __ARGS((void)); void maybe_intro_message __ARGS((void)); void intro_message __ARGS((int colon)); void ex_intro __ARGS((exarg_T *eap)); /* vim: set ft=c : */