Mercurial > vim
comparison src/version.c @ 5401:e7a2f217a385 v7.4.051
updated for version 7.4.051
Problem: Syntax highlighting a Yaml file causes a crash. (Blake Preston)
Solution: Copy the pim structure before calling addstate() to avoid it
becoming invalide when the state list is reallocated.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sun, 06 Oct 2013 15:46:11 +0200 |
parents | eb33cadafcab |
children | b9c1c1f4cda9 |
comparison
equal
deleted
inserted
replaced
5400:173c9c860e42 | 5401:e7a2f217a385 |
---|---|
736 NULL | 736 NULL |
737 }; | 737 }; |
738 | 738 |
739 static int included_patches[] = | 739 static int included_patches[] = |
740 { /* Add new patch number below this line */ | 740 { /* Add new patch number below this line */ |
741 /**/ | |
742 51, | |
741 /**/ | 743 /**/ |
742 50, | 744 50, |
743 /**/ | 745 /**/ |
744 49, | 746 49, |
745 /**/ | 747 /**/ |