diff options
| author | David Bürgin <676c7473@gmail.com> | 2015-03-28 18:33:00 +0100 |
|---|---|---|
| committer | David Bürgin <676c7473@gmail.com> | 2015-04-01 14:41:53 +0200 |
| commit | db90dcb6fd4d50e16a94e1b7ae1e0ebb524f03bb (patch) | |
| tree | 1ba4b3e35e7c3fe128e07776960b5ee34b09c0ec /src/nvim/version.c | |
| parent | 3e6989b5ec5096d2ac2afd0642cb8bd45c8e3f7e (diff) | |
| download | rneovim-db90dcb6fd4d50e16a94e1b7ae1e0ebb524f03bb.tar.gz rneovim-db90dcb6fd4d50e16a94e1b7ae1e0ebb524f03bb.tar.bz2 rneovim-db90dcb6fd4d50e16a94e1b7ae1e0ebb524f03bb.zip | |
vim-patch:7.4.515
Problem: In a help buffer the global 'foldmethod' is used. (Paul Marshall)
Solution: Reset 'foldmethod' when starting to edit a help file. Move the
code to a separate function.
https://github.com/vim/vim/releases/tag/v7-4-515
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 45e3a73a69..25fa8a3ed6 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -225,7 +225,7 @@ static int included_patches[] = { 518, 517, 516, - //515, + 515, 514, 513, //512 NA |