diff options
author | Johan Klokkhammer Helsing <johanhelsing@gmail.com> | 2015-11-08 10:19:02 +0100 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2015-11-08 17:06:33 +0100 |
commit | f65e7bf30c8a00696d5740e35d0f84b9aa648b99 (patch) | |
tree | cfbc7852859cf1c1f76e7ddaa72129b7dce63bd1 /src/nvim/version.c | |
parent | cbb70448788358c0da95090607a40a26f43bdb9f (diff) | |
download | rneovim-f65e7bf30c8a00696d5740e35d0f84b9aa648b99.tar.gz rneovim-f65e7bf30c8a00696d5740e35d0f84b9aa648b99.tar.bz2 rneovim-f65e7bf30c8a00696d5740e35d0f84b9aa648b99.zip |
vim-patch:7.4.686 #3629
Problem: "zr" and "zm" do not take a count.
Solution: Implement the count, restrict the fold level to the maximum
nesting depth. (Marcin Szamotulski)
https://github.com/vim/vim/commit/7d2757a47204d00cd47e3db94f1bd248c499d4e3
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 5a0f7d524d..6485195472 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -238,7 +238,7 @@ static int included_patches[] = { // 689, // 688, // 687 NA - // 686, + 686, // 685, // 684, // 683 NA |