summaryrefslogtreecommitdiff
path: root/src/keymap.h
AgeCommit message (Collapse)Author
2017-01-22patch 8.0.0212: buffer for key name may be too smallBram Moolenaar
Problem: The buffer used to store a key name theoreticaly could be too small. (Coverity) Solution: Count all possible modifier characters. Add a check for the length just in case.
2017-01-21patch 8.0.0210: no support for bracketed pasteBram Moolenaar
Problem: Vim does not support bracketed paste, as implemented by xterm and other terminals. Solution: Add t_BE, t_BD, t_PS and t_PE.
2016-08-29patch 7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-02-27patch 7.4.1433Bram Moolenaar
Problem: The Sniff interface is no longer useful, the tool has not been available for may years. Solution: Delete the Sniff interface and related code.
2012-08-15updated for version 7.3.632Bram Moolenaar
Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito)
2012-01-20updated for version 7.3.405Bram Moolenaar
Problem: When xterm gets back the function keys it may delete the urxvt mouse termcap code. Solution: Check for the whole code, not just the start. (Egmont Koblinger)
2011-10-20updated for version 7.3.343Bram Moolenaar
Problem: No mouse support for urxvt. Solution: Implement urxvt mouse support, also for > 252 columns. (Yiding Jia)
2010-07-25Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar
2007-09-05updated for version 7.1-095Bram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-02-25updated for version 7.0207Bram Moolenaar
2006-02-24updated for version 7.0206Bram Moolenaar
2005-12-28updated for version 7.0177Bram Moolenaar
2005-12-13updated for version 7.0169Bram Moolenaar
2005-06-30updated for version 7.0098Bram Moolenaar
2005-03-25updated for version 7.0064Bram Moolenaar
2005-03-15updated for version 7.0060Bram Moolenaar
2005-03-06updated for version 7.0056Bram Moolenaar
2005-03-04updated for version 7.0055Bram Moolenaar
2004-12-09updated for version 7.0021Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar