diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-29 01:46:43 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-12 17:39:06 +0200 |
commit | c747b53f84bfd64ec9f36d4b5912a980a6da8b3e (patch) | |
tree | 1bd0e689e6e4e580983b376db655e0f17e5810eb /src/nvim/version.c | |
parent | b7320471de524ffa0e2ba3f561e4c117c1600b62 (diff) | |
download | rneovim-c747b53f84bfd64ec9f36d4b5912a980a6da8b3e.tar.gz rneovim-c747b53f84bfd64ec9f36d4b5912a980a6da8b3e.tar.bz2 rneovim-c747b53f84bfd64ec9f36d4b5912a980a6da8b3e.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, |