diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-29 01:51:08 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-12 17:39:06 +0200 |
| commit | df02f9cc37be38b8189991f9e76bfcafa6e271c6 (patch) | |
| tree | cef89aed59061f8f24eeb379364cc85a38882533 /src/nvim/version.c | |
| parent | f2fd5afb48786c4272105b0adda6977ee1fd6f2e (diff) | |
| download | rneovim-df02f9cc37be38b8189991f9e76bfcafa6e271c6.tar.gz rneovim-df02f9cc37be38b8189991f9e76bfcafa6e271c6.tar.bz2 rneovim-df02f9cc37be38b8189991f9e76bfcafa6e271c6.zip | |
vim-patch:8.0.0090 fix breakindent bug
(original Vim commit-message is bogus)
https://github.com/vim/vim/commit/6c896867c4f5d759616028ef7cbfce2a9ed32600
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 72af7dbafd..69d5cb8e8d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -862,7 +862,7 @@ static const int included_patches[] = { // 93 NA // 92, // 91, - // 90, + 90, // 89 NA 88, // 87 NA |