diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-10-27 09:41:41 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-10-27 09:47:54 +0800 |
commit | aab16e6939a45b3c08f21cd4b5f348e9e612d947 (patch) | |
tree | 63957cee88127648674ea6605f2cecdbe6616c83 /src/nvim/version.c | |
parent | f0c2f82e90046487a8c12c10ca6c8da23470ef09 (diff) | |
download | rneovim-aab16e6939a45b3c08f21cd4b5f348e9e612d947.tar.gz rneovim-aab16e6939a45b3c08f21cd4b5f348e9e612d947.tar.bz2 rneovim-aab16e6939a45b3c08f21cd4b5f348e9e612d947.zip |
vim-patch:8.0.0189
Problem: There are no tests for the :profile command.
Solution: Add tests. (Dominique Pelle, closes vim/vim#1383)
https://github.com/vim/vim/commit/296b1f28ca9cedeb55872f306808b2214b519ce7
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 6f3ca12458..3e4d51d70c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -915,7 +915,7 @@ static const int included_patches[] = { // 192 NA // 191 NA 190, - // 189, + 189, 188, // 187 NA 186, |