]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.305 v7.4.305
authorBram Moolenaar <Bram@vim.org>
Thu, 22 May 2014 16:14:31 +0000 (18:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 May 2014 16:14:31 +0000 (18:14 +0200)
commit90013c6a751e6574fbe49b529a3dbf1eacbef43d
tree5d682bca18d37e731684b8496e3286e77e196ec0
parentb777618d111e51b55ee452d3881d5ef5bc836765
updated for version 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.
src/globals.h
src/os_unix.c
src/proto/term.pro
src/term.c
src/version.c