diff options
author | oni-link <knil.ino@gmail.com> | 2014-05-22 12:01:59 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-06-05 18:32:00 -0400 |
commit | 82d11c07725efaa3d158813e5f2ef0c49ee6b40d (patch) | |
tree | 31898bb07f863b7049e3aa02c4a868094c84cdeb /src/nvim/version.c | |
parent | f68bf38547d85587a012dcbd7a4c92f2087b11af (diff) | |
download | rneovim-82d11c07725efaa3d158813e5f2ef0c49ee6b40d.tar.gz rneovim-82d11c07725efaa3d158813e5f2ef0c49ee6b40d.tar.bz2 rneovim-82d11c07725efaa3d158813e5f2ef0c49ee6b40d.zip |
vim-patch:7.4.286 #750
Problem: Error messages are inconsistant. (ZyX)
Solution: Change "Lists" to "list".
https://code.google.com/p/vim/source/detail?r=be19015ef43cc17825929206790696c2e716035d
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 850ec79e82..ffe79a1528 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -202,6 +202,7 @@ static char *(features[]) = { static int included_patches[] = { // Add new patch number below this line + 286, 285, 284, //283, |