be4e01637e
Update runtime files.
2023-02-02 13:59:48 +00:00
1b5f03ec9c
Update runtime files
2023-01-09 20:12:45 +00:00
fc966c19f8
patch 9.0.1126: bracketed paste can be enabled when it is not recognized
...
Problem: Bracketed paste can be enabled when pasted text is not recognized.
Solution: Output t_BE only when t_PS and t_PE are set.
2023-01-01 18:04:33 +00:00
f1dcd14fc5
Update runtime files
2022-12-31 15:30:45 +00:00
afa3f1cc72
patch 9.0.1080: the "kitty" terminfo entry is not widespread
...
Problem: The "kitty" terminfo entry is not widespread, resulting in the
kitty terminal not working properly.
Solution: Go back to using "xterm-kitty" and avoid the problems it causes in
another way.
2022-12-19 18:56:48 +00:00
731d00770d
patch 9.0.1073: using "xterm-kitty" for 'term' causes problems
...
Problem: Using "xterm-kitty" for 'term' causes problems.
Solution: Remove the "xterm-" part when 'term' is set from $TERM. Detect a
few kitty-specific properties based on the version response
instead of the terminal name.
2022-12-18 17:47:18 +00:00
86b4816766
Update runtime files
2022-12-06 18:20:10 +00:00
733a69b29f
patch 9.0.0980: the keyboard state response may end up in a shell command
...
Problem: The keyboard state response may end up in a shell command.
Solution: Only request the keyboard protocol state when the typeahead is
empty, no more commands are following and not exiting. Add the
t_RK termcap entry for this.
2022-12-01 12:03:47 +00:00
c1cf4c9107
patch 9.0.0948: 'ttyfast' is set for arbitrary terminals
...
Problem: 'ttyfast' is set for arbitrary terminals.
Solution: Always set 'ttyfast'. (closes #11549 )
2022-11-25 15:09:35 +00:00
6ebe4f970b
Update runtime files
2022-10-28 20:47:54 +01:00
df5320c439
patch 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminal
...
Problem: MS-Windows: cannot set cursor shape in Windows Terminal.
Solution: Make cursor shape work with Windows Terminal. (Ken Takata,
closes #11028 , closes #6576 )
2022-09-01 13:20:16 +01:00
7dd543246a
Update runtime files
2022-08-26 18:01:12 +01:00
2ee347fbc0
patch 9.0.0280: the builtin termcap list depends on the version
...
Problem: The builtin termcap list depends on the version.
Solution: Always include all termcap entries. Remove duplicate lines.
2022-08-26 17:53:44 +01:00
5ed11535e0
Update runtime files
2022-07-06 13:18:11 +01:00
84f5463630
patch 9.0.0007: no support for double, dotted and dashed underlines
...
Problem: No support for double, dotted and dashed underlines.
Solution: Add the termcap entries and highlight modes. (closes #9553 )
2022-06-29 18:39:11 +01:00
eb49041875
release version 9.0
...
Problem: About time to release Vim 9.0.
Solution: Update the version number everywhere.
2022-06-28 13:44:46 +01:00
ce001a337e
Update runtime files
2022-04-27 15:25:03 +01:00
cbaff5e06e
Update runtime files
2022-04-08 17:45:08 +01:00
1588bc8ebe
Update runtime files
2022-03-08 21:35:07 +00:00
c51cf03298
Update runtime files.
2022-02-26 12:25:45 +00:00
fa3b72348d
Update runtime files
2021-12-24 13:18:38 +00:00
6f79e614b2
patch 8.2.3864: cannot disable requesting key codes from xterm
...
Problem: Cannot disable requesting key codes from xterm.
Solution: Add the 'xtermcodes' option, default on.
2021-12-21 09:12:23 +00:00
0e6adf8a29
Update runtime files
2021-12-16 14:41:10 +00:00
4700398e38
Update runtime files
2021-12-05 21:54:04 +00:00
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