diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-05-19 21:21:58 -0700 |
---|---|---|
committer | Michael Ennen <mike.ennen@gmail.com> | 2016-05-19 21:23:08 -0700 |
commit | 817438f16c7b9a97ebb3466ae99990fe24f5bfe0 (patch) | |
tree | 9de80ebf596af2a1fcb871714ecb9597c4a4baa0 /src | |
parent | 7d11cc6912b3f80a5b338323d685997c2d1e9dd3 (diff) | |
download | rneovim-817438f16c7b9a97ebb3466ae99990fe24f5bfe0.tar.gz rneovim-817438f16c7b9a97ebb3466ae99990fe24f5bfe0.tar.bz2 rneovim-817438f16c7b9a97ebb3466ae99990fe24f5bfe0.zip |
vim-patch:7.4.1057
Problem: Typos in the :options window.
Solution: Fix the typos. (Dominique Pelle)
https://github.com/vim/vim/commit/2b7db933b0418f3964da5399047ce8998007874c
Diffstat (limited to 'src')
-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 3746f53e1f..b5a5c00dfc 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -626,7 +626,7 @@ static int included_patches[] = { // 1060 NA // 1059, // 1058, - // 1057, + 1057, // 1056, 1055, 1054, |