diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-14 20:35:28 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-14 20:35:28 -0500 |
commit | 6a193a0e2e22ae31dd04957174b1c958d1b792ec (patch) | |
tree | 6de193245f5c4a60d273fabc007caaef97069634 /src/nvim/version.c | |
parent | a5edc5f2572d6d63f7f7a32ae6ec7bcabe1472b6 (diff) | |
parent | b8123cb4af70b9f241364e717e4d3063e6cda37d (diff) | |
download | rneovim-6a193a0e2e22ae31dd04957174b1c958d1b792ec.tar.gz rneovim-6a193a0e2e22ae31dd04957174b1c958d1b792ec.tar.bz2 rneovim-6a193a0e2e22ae31dd04957174b1c958d1b792ec.zip |
Merge pull request #1666 from elmart/vim-patch-7.4.543
vim-patch:7.4.543.
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 f643fa5c85..f0f00deea4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -187,7 +187,7 @@ static int included_patches[] = { //546, //545, //544, - //543, + 543, //542, //541, //540, |