Mercurial > vim
comparison src/version.c @ 10881:8f6df2f6d2fc v8.0.0330
patch 8.0.0330: illegal memory access after "vapo"
commit https://github.com/vim/vim/commit/84b2a381451e9068b09ef6d85f5e8cf1598e7355
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 17 11:40:00 2017 +0100
patch 8.0.0330: illegal memory access after "vapo"
Problem: Illegal memory access after "vapo". (Dominique Pelle)
Solution: Fix the cursor column.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 17 Feb 2017 11:45:04 +0100 |
parents | 1fce74a5a628 |
children | cb71a5468aca |
comparison
equal
deleted
inserted
replaced
10880:7d9d6a327e18 | 10881:8f6df2f6d2fc |
---|---|
762 NULL | 762 NULL |
763 }; | 763 }; |
764 | 764 |
765 static int included_patches[] = | 765 static int included_patches[] = |
766 { /* Add new patch number below this line */ | 766 { /* Add new patch number below this line */ |
767 /**/ | |
768 330, | |
767 /**/ | 769 /**/ |
768 329, | 770 329, |
769 /**/ | 771 /**/ |
770 328, | 772 328, |
771 /**/ | 773 /**/ |