diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2014-04-14 17:19:27 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-16 09:48:50 -0300 |
commit | b94239e03c9713c784267972c8b2a90192314556 (patch) | |
tree | 88c5baa244bcda31c29d032ec761c6b932096798 /src/version.c | |
parent | cb0adf60de98003564105169dee4bc792c56a559 (diff) | |
download | rneovim-b94239e03c9713c784267972c8b2a90192314556.tar.gz rneovim-b94239e03c9713c784267972c8b2a90192314556.tar.bz2 rneovim-b94239e03c9713c784267972c8b2a90192314556.zip |
vim-patch:7.4.253
Problem: Crash when using cpp syntax file with pattern using external
match. (Havard Garnes)
Solution: Discard match when end column is before start column.
https://code.google.com/p/vim/source/detail?r=4901a36479f200b2e6700ad91c26911d92deb886
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/version.c b/src/version.c index 0f00231659..7807ca8a41 100644 --- a/src/version.c +++ b/src/version.c @@ -207,7 +207,7 @@ static int included_patches[] = { //256, //255, //254, - //253, + 253, //252, 251, //250, @@ -220,7 +220,6 @@ static int included_patches[] = { //243, //242, //241, - //240, 240, 239, //238, |