diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-01-13 17:18:19 -0700 |
---|---|---|
committer | Michael Ennen <mike.ennen@gmail.com> | 2016-01-22 12:52:01 -0700 |
commit | 8048699f7d2f66a6df4c76607a150545820fcb7a (patch) | |
tree | 503aaa197206c9da2b65dd5c88b723563212ba3b /src/nvim/version.c | |
parent | 573d65c738dd2e5f4ee92a7f20946411206021f7 (diff) | |
download | rneovim-8048699f7d2f66a6df4c76607a150545820fcb7a.tar.gz rneovim-8048699f7d2f66a6df4c76607a150545820fcb7a.tar.bz2 rneovim-8048699f7d2f66a6df4c76607a150545820fcb7a.zip |
vim-patch:7.4.718
Problem: Autocommands triggered by quickfix cannot get the current title
value.
Solution: Set w:quickfix_title earlier. (Yannick)
Also move the check for a title into the function.
https://github.com/vim/vim/commit/81278efadf45ad745ec9733fdd9970f070571544
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 804f750e18..53a877b91a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -406,7 +406,7 @@ static int included_patches[] = { // 721, // 720 NA 719, - // 718, + 718, // 717, // 716, // 715, |