diff options
author | Scott Prager <splinterofchaos@gmail.com> | 2014-09-09 13:13:23 -0400 |
---|---|---|
committer | Scott Prager <splinterofchaos@gmail.com> | 2014-09-19 20:23:06 -0400 |
commit | 83cd2979a10bdab903e4f3f0f5bb0c85573522b6 (patch) | |
tree | b096fdb5dfbb018462cd4be4212cf9ac92f22c02 /src/nvim/version.c | |
parent | dc6db20febf1ce1848e87f8950c48a78aaffd8f6 (diff) | |
download | rneovim-83cd2979a10bdab903e4f3f0f5bb0c85573522b6.tar.gz rneovim-83cd2979a10bdab903e4f3f0f5bb0c85573522b6.tar.bz2 rneovim-83cd2979a10bdab903e4f3f0f5bb0c85573522b6.zip |
vim-patch:7.4.305
Problem: Making 'ttymouse' empty after the xterm version was requested
causes problems. (Elijah Griffin)
Solution: Do not check for DEC mouse sequences when the xterm version was
requested. Also don't request the xterm version when DEC mouse
was enabled.
https://code.google.com/p/vim/source/detail?r=v7-4-305
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 9013542d3d..cb5b981273 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -290,7 +290,7 @@ static int included_patches[] = { 308, //307 NA 306, - //305, + 305, //304 NA 303, 302, |