diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-06-12 17:20:40 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-17 07:58:44 -0400 |
commit | 7b87dc9299993003ea9cd2e0f0f38b881010501d (patch) | |
tree | d35d7f863eecfa4cbdca445c0181b75b2c9a00d6 /src/nvim/version.c | |
parent | 8fa77bbfaf47812063cf29ebec62efb2fa454482 (diff) | |
download | rneovim-7b87dc9299993003ea9cd2e0f0f38b881010501d.tar.gz rneovim-7b87dc9299993003ea9cd2e0f0f38b881010501d.tar.bz2 rneovim-7b87dc9299993003ea9cd2e0f0f38b881010501d.zip |
vim-patch:7.4.575 #2835
```
updated for version 7.4.575
Problem: Unicode character properties are outdated.
Solution: Update the tables with the latest version.
```
https://code.google.com/p/vim/source/detail?r=v7-4-575
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index e7ba6b6153..7a7492bc46 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -234,7 +234,7 @@ static int included_patches[] = { 578, 577, 576, - //575, + 575, 574, //573, 572, |