diff options
author | oni-link <knil.ino@gmail.com> | 2014-04-18 15:42:51 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-24 10:30:36 -0300 |
commit | 471da2de810964052d4d2ab5ba0e23446ea7880d (patch) | |
tree | 46d9da7fbcbc4fd67f37af6cc01bd5ee8c6c30ac /src/version.c | |
parent | 8c5f3aebc8e931b99c414b22e1faa0bf9aebf7b3 (diff) | |
download | rneovim-471da2de810964052d4d2ab5ba0e23446ea7880d.tar.gz rneovim-471da2de810964052d4d2ab5ba0e23446ea7880d.tar.bz2 rneovim-471da2de810964052d4d2ab5ba0e23446ea7880d.zip |
vim-patch:7.4.237
Problem: When some patches was not included has("patch-7.4.123") may return
true falsely.
Solution: Check for the specific patch number.
https://code.google.com/p/vim/source/detail?r=71b165a378ad580818f6d497ecf0f8ad054a9683
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c index 618caece87..d7a8829106 100644 --- a/src/version.c +++ b/src/version.c @@ -223,7 +223,7 @@ static int included_patches[] = { 240, 239, //238, - //237, + 237, 236, //235, 234, |