diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-29 01:46:43 +0200 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-08-14 07:45:49 +0800 |
commit | f5e55e93aa4b390e455d825a076cc0c29ba0e933 (patch) | |
tree | 1bd0e689e6e4e580983b376db655e0f17e5810eb /src/nvim/version.c | |
parent | 247c3385178383b7a4451210cbef22fe83427f92 (diff) | |
download | rneovim-f5e55e93aa4b390e455d825a076cc0c29ba0e933.tar.gz rneovim-f5e55e93aa4b390e455d825a076cc0c29ba0e933.tar.bz2 rneovim-f5e55e93aa4b390e455d825a076cc0c29ba0e933.zip |
vim-patch:8.0.0311
Problem: Linebreak tests are old style.
Solution: Turn the tests into new style. Share utility functions. (Ozaki
Kiichi, closes vim/vim#1444)
https://github.com/vim/vim/commit/544d3bc9f0e494cb712a33b61558b8e8e12b1e0b
Diffstat (limited to 'src/nvim/version.c')
-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 dfee84c1b2..7fca8aee82 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -641,7 +641,7 @@ static const int included_patches[] = { // 314, // 313, // 312, - // 311, + 311, // 310, // 309, // 308, |