aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorAndré Twupack <atwupack@mailbox.org>2014-07-30 10:47:57 +0200
committerJustin M. Keyes <justinkz@gmail.com>2014-08-13 13:49:06 -0400
commitfde390133e4cd176a693b1d01c013e03e4606e8a (patch)
treeb5f78b0474ad6a0586ae19226fa0311d84741ca2 /src/nvim/version.c
parentd730c5c57e5dfbd58fea59bed93477f2787416ac (diff)
downloadrneovim-fde390133e4cd176a693b1d01c013e03e4606e8a.tar.gz
rneovim-fde390133e4cd176a693b1d01c013e03e4606e8a.tar.bz2
rneovim-fde390133e4cd176a693b1d01c013e03e4606e8a.zip
vim-patch:7.4.327 #1010
Problem: When 'verbose' is set to display the return value of a function, may get E724 repeatedly. Solution: Do not give an error for verbose messages. Abort conversion to string after an error. https://code.google.com/p/vim/source/detail?r=99d8f2d72dcd4b850de81998cc9b1120c8165762
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 6fd9a83b0c..de4a1f180c 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -222,7 +222,7 @@ static int included_patches[] = {
//330,
//329,
//328,
- //327,
+ 327,
//326,
//325,
//324,