diff options
author | watiko <service@mail.watiko.net> | 2016-01-14 12:19:15 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-01-14 12:22:45 +0900 |
commit | b1b8759fc31c437b60de534f547d9f055d5d3ad6 (patch) | |
tree | af840fe7323ac6c6a40e1288122a608d7d796b7f /src | |
parent | 62f1aaedb1e53813caf44c0eb8f8925843be6ae3 (diff) | |
download | rneovim-b1b8759fc31c437b60de534f547d9f055d5d3ad6.tar.gz rneovim-b1b8759fc31c437b60de534f547d9f055d5d3ad6.tar.bz2 rneovim-b1b8759fc31c437b60de534f547d9f055d5d3ad6.zip |
vim-patch:7.4.614
Problem: There is no test for what patch 7.4.601 fixes.
Solution: Add a test. (Christian Brabandt)
https://github.com/vim/vim/commit/d7ce7a9ad2d9311f7ec3368eeddec8fce6d8e890
Diffstat (limited to 'src')
-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 b38caf52f2..5bb3949663 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -510,7 +510,7 @@ static int included_patches[] = { 617, // 616, 615, - // 614, + 614, // 613, 612, // 611 NA |