diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-02-07 15:11:35 +0800 |
---|---|---|
committer | lonerover <pathfinder1644@yahoo.com> | 2017-02-07 15:12:20 +0800 |
commit | a090f1a3a4189e4163838d0bd97220580f007168 (patch) | |
tree | a96d57868d6152d20e007d9c651ff2def6fa0426 | |
parent | ca1b683f00a1edf7c5fe3e0bf000360da05db9bf (diff) | |
download | rneovim-a090f1a3a4189e4163838d0bd97220580f007168.tar.gz rneovim-a090f1a3a4189e4163838d0bd97220580f007168.tar.bz2 rneovim-a090f1a3a4189e4163838d0bd97220580f007168.zip |
vim-patch:7.4.2107
Problem: Misplaced equal sign.
Solution: Remove it.
https://github.com/vim/vim/commit/d955a0971cb4207e466ad40e78138d71052e1758
-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 3b3c5a76d7..7adf6781b9 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -333,7 +333,7 @@ static int included_patches[] = { 2110, 2109, // 2108 NA - // 2107, + 2107, 2106, // 2105 NA // 2104, |