aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorckelsel <ckelsel@hotmail.com>2017-12-21 18:31:26 +0800
committerckelsel <ckelsel@hotmail.com>2017-12-21 18:40:10 +0800
commit6c731d33f6729a272c5168d040ee4b86942c599b (patch)
treefa5a484b223e9bcc1f47cdabcb5802a21a3c9d35 /src/nvim/version.c
parentaa951b14893d8a30ec3bad6fb4b7064ccda16d5c (diff)
downloadrneovim-6c731d33f6729a272c5168d040ee4b86942c599b.tar.gz
rneovim-6c731d33f6729a272c5168d040ee4b86942c599b.tar.bz2
rneovim-6c731d33f6729a272c5168d040ee4b86942c599b.zip
vim-patch:8.0.0314: getcmd*() functions are not tested
Problem: getcmdtype(), getcmdpos() and getcmdline() are not tested. Solution: Add tests. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/65189a1294307abf007faab7385dc0145ba72b06
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 8ab9fc1a4b..26e15e3b15 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -942,7 +942,7 @@ static const int included_patches[] = {
// 317,
// 316,
// 315,
- // 314,
+ 314,
// 313,
// 312,
311,