Commit Graph

85 Commits

Author SHA1 Message Date
89a9c159f2 Update runtime files 2021-08-29 21:55:35 +02:00
2346a63784 Update runtime files 2021-06-13 19:02:49 +02:00
98a29d00a4 Update runtime files. 2021-01-18 19:55:44 +01:00
681fc3fa78 patch 8.2.2345: no focus events in a terminal
Problem:    No focus events in a terminal.
Solution:   Add the t_fd and t_fe termcap entries and implement detecting
            focus events. (Hayaki Saito, Magnus Groß, closes #7673,
            closes #609, closes #5526)
2021-01-14 17:35:21 +01:00
7e6a515ed1 Update runtime files. 2021-01-02 16:39:53 +01:00
4d8c96d466 patch 8.2.2246: cursor keys not recognized at the hit-Enter prompt
Problem:    Cursor keys not recognized at the hit-Enter prompt after executing
            an external command.
Solution:   Change the codes for the extra cursor keys. (closes #7562)
            Tune the delays to avoid test flakyness.
2020-12-29 20:53:33 +01:00
e023e88bed patch 8.2.0863: cannot set a separate color for underline/undercurl
Problem:    Cannot set a separate color for underline/undercurl.
Solution:   Add the t_AU and t_8u termcap codes. (Timur Celik, closes #6011)
2020-05-31 16:42:30 +02:00
2c7f8c574f Update runtime files 2020-04-20 19:52:53 +02:00
8024f93636 Update runtime files. 2020-01-14 19:29:13 +01:00
5666fcd0bd Update runtime files. 2019-12-26 14:35:26 +01:00
98056533b9 Vim 8.2 release 2019-12-12 14:18:35 +01:00
664f3cf3f2 Runtime file updates. 2019-12-07 16:03:51 +01:00
1ff14ba24c Update runtime files. 2019-11-02 14:09:23 +01:00
5b418992cf patch 8.1.2226: cannot use system copy/paste in non-xterm terminals
Problem:    Cannot use system copy/paste in non-xterm terminals.
Solution:   Instead of setting 'mouse' to "a" set it to "nvi" in defaults.vim.
2019-10-27 18:50:25 +01:00
171a921b51 patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeys
Problem:    Side effects when using t_ti to enable modifyOtherKeys.
Solution:   Add t_TI and t_TE.
2019-10-12 21:08:59 +02:00
a6c27c47dd Update runtime files 2019-05-09 19:16:22 +02:00
911ead1269 Update runtime files 2019-04-21 00:03:35 +02:00
2a953fcf10 Updated runtime files. 2019-01-26 17:41:47 +01:00
40385dbcdf patch 8.1.0253: saving and restoring window title does not always work
Problem:    Saving and restoring window title does not always work.
Solution:   Use the stack push and pop commands. (Kouichi Iwamoto,
            closes #3059)
2018-08-07 22:31:44 +02:00
91f84f6e11 Update runtime files. 2018-07-29 15:07:52 +02:00
d2f3a8b878 Update runtime files. 2018-06-19 14:35:59 +02:00
b1c9198afb Vim 8.1 release
Update version number and information.  Fix a couple of tests.
2018-05-17 17:04:55 +02:00
01164a6546 Long overdue runtime update. 2017-11-02 22:58:42 +01:00
37c64c78fd Update runtime files. 2017-09-19 22:06:03 +02:00
c572da5f67 Update runtime files 2017-08-27 16:52:01 +02:00
b6e0ec6b71 Documentation updates. 2017-07-23 22:12:20 +02:00
94237495c0 Updated runtime files. 2017-04-23 18:40:21 +02:00
214641f77d Runtime file updates. 2017-03-05 17:04:09 +01:00
fd8983b09c patch 8.0.0296: bracketed paste can only append, not insert
Problem:    Bracketed paste can only append, not insert.
Solution:   When the cursor is in the first column insert the text.
2017-02-02 22:21:29 +01:00
690afe1fef Update runtime files. 2017-01-28 18:34:47 +01:00
ec2da36ca4 patch 8.0.0210: no support for bracketed paste
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.
2017-01-21 20:04:22 +01:00
bb76f24af2 Vim 8.0 release 2016-09-12 14:24:39 +02:00
64d8e25bf6 Updated runtime files. 2016-09-06 22:12:34 +02:00
61be73bb0f patch 7.4.1799
Problem:    'guicolors' is a confusing option name.
Solution:   Use 'termguicolors' instead. (Hirohito Higashi)
2016-04-29 22:59:22 +02:00
8a633e3427 patch 7.4.1770
Problem:    Cannot use true color in the terminal.
Solution:   Add the 'guicolors' option. (Nikolai Pavlov)
2016-04-21 21:10:14 +02:00
aa3b15dbeb Updated runtime files. 2016-04-21 08:53:19 +02:00
d042dc825c Update runtime files. 2015-11-24 19:18:36 +01:00
979243b990 Update help files. 2015-06-26 19:35:49 +02:00
1e7813a187 updated for version 7.4.687
Problem:    There is no way to use a different in Replace mode for a terminal.
Solution:   Add t_SR. (Omar Sandoval)
2015-03-31 18:31:03 +02:00
2b8388bd01 Updated runtime files. 2015-02-28 13:11:45 +01:00
494838a3fe updated for version 7.4.627
Problem:    The last screen cell is not updated.
Solution:   Respect the "tn" termcap feature. (Hayaki Saito)
2015-02-10 19:20:37 +01:00
8a94d873aa Update runtime files. 2015-01-25 13:02:57 +01:00
e968e36a00 Update runtime files. 2014-05-13 20:23:24 +02:00
3b1db36689 release version 7.4 2013-08-10 15:00:24 +02:00
1a42b4befb Update files for the 7.4b BETA release. 2013-07-28 18:29:08 +02:00
913df81e74 Vim 7.4a BETA release. 2013-07-06 15:44:11 +02:00
ad3b366c82 Update runtime files. 2013-05-17 18:14:19 +02:00
ac7bd63844 Update runtime files. 2013-03-19 11:35:58 +01:00
0065402f9a Runtime file updates. 2011-02-25 14:42:19 +01:00
7f03644116 Last changes for the 7.3 release! 2010-08-15 15:24:20 +02:00