Commit Graph

104 Commits

Author SHA1 Message Date
89a9c159f2 Update runtime files 2021-08-29 21:55:35 +02:00
6aa57295cf Update runtime files 2021-08-14 21:25:52 +02:00
942db23c9c Update runtime files 2021-02-13 18:14:48 +01:00
82be4849ee Update runtime files. 2021-01-11 19:40:15 +01:00
7e6a515ed1 Update runtime files. 2021-01-02 16:39:53 +01:00
23515b4ef7 Update runtime files 2020-11-29 14:36:24 +01:00
4466ad6baa Update runtime files 2020-11-21 13:16:30 +01:00
1c6737b20a Update runtime files. 2020-09-07 22:18:52 +02:00
acc2240640 Update runtime files 2020-06-07 21:07:18 +02:00
388a5d4f20 Update runtime files 2020-05-26 21:20:45 +02:00
7ceefb35c8 Update runtime files 2020-05-01 16:07:38 +02:00
d1caa941d8 Update runtime files 2020-04-10 22:10:56 +02:00
83d4790a04 patch 8.2.0455: cannot set the highlight group for a specific terminal
Problem:    Cannot set the highlight group for a specific terminal.
Solution:   Add the "highlight" option to term_start(). (closes #5818)
2020-03-26 20:34:00 +01:00
560979ed4f Update runtime files. 2020-02-04 22:53:05 +01:00
2963456ff2 Update runtime files. 2020-01-09 21:46:04 +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
0c0734d527 Update runtime files 2019-11-26 21:44:46 +01:00
5ef1c6a483 Update runtime files 2019-11-10 22:09:11 +01:00
197c6b7da3 patch 8.1.2251: ":term command" may not work without a shell
Problem:    ":term command" may not work without a shell.
Solution:   Add the ++shell option to :term. (closes #3340)
2019-11-03 23:37:12 +01:00
1ff14ba24c Update runtime files. 2019-11-02 14:09:23 +01:00
96f45c0b6f Update runtime files 2019-10-26 19:53:45 +02:00
4d14bac8e7 patch 8.1.2195: Vim does not exit when the terminal window is last window
Problem:    Vim does not exit when closing a terminal window and it is the
            last window.
Solution:   Exit Vim if the closed terminal window is the last one.
            (closes #4539)
2019-10-20 21:15:15 +02:00
2e693a88b2 Update runtime files. 2019-10-16 22:35:02 +02:00
d2842ea60b patch 8.1.2080: the terminal API is limited and can't be disabled
Problem:    The terminal API is limited and can't be disabled.
Solution:   Add term_setapi() to set the function prefix. (Ozaki Kiichi,
            closes #2907)
2019-09-26 23:08:54 +02:00
589edb3404 Updte runtime files 2019-09-20 14:38:13 +02:00
8fe1000e9c Update runtime files 2019-09-11 22:56:44 +02:00
7ee80f7661 patch 8.1.2012: more functions can be used as methods
Problem:    More functions can be used as methods.
Solution:   Make terminal functions usable as a method.  Fix term_getattr().
2019-09-08 20:55:06 +02:00
6bf2c6264b patch 8.1.1629: terminal function help is in the wrong file
Problem:    Terminal function help is in the wrong file.
Solution:   Move the function details to terminal.txt.
2019-07-04 17:12:09 +02:00
7dd64a3e57 Update runtime files. 2019-05-31 21:41:05 +02:00
68e6560b84 Update runtime files. 2019-05-26 21:33:31 +02:00
25c9c680ec patch 8.1.1280: remarks about functionality not in Vi clutters the help
Problem:    Remarks about functionality not in Vi clutters the help.
Solution:   Move all info about what is new in Vim or already existed in Vi to
            vi_diff.txt.  Remove {not in Vi} remarks. (closes #4268) Add
            "noet" to the help files modeline.  Also include many other help
            file improvements.
2019-05-05 18:13:34 +02:00
26967617a3 Update runtime files. 2019-03-17 17:13:16 +01:00
882d02eeb5 patch 8.1.0974: cannot switch from terminal window to previous tabpage
Problem:    Cannot switch from terminal window to previous tabpage.
Solution:   Make CTRL-W gT move to previous tabpage.
2019-02-22 17:56:43 +01:00
72e83c1ae5 patch 8.1.0972: cannot switch from terminal window to next tabpage
Problem:    Cannot switch from terminal window to next tabpage.
Solution:   Make CTRL-W gt move to next tabpage.
2019-02-22 16:09:52 +01:00
4c92e75dd4 Update runtime files. 2019-02-17 21:18:32 +01:00
5acd987258 patch 8.1.0929: no error when requesting ConPTY but it's not available
Problem:    No error when requesting ConPTY but it's not available.
Solution:   Add an error message. (Hirohito Higashi, closes #3967)
2019-02-16 13:35:13 +01:00
c6ddce3f2c patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty
Problem:    MS-Windows: inconsistent selection of winpty/conpty.
Solution:   Name option 'termwintype', use ++type argument and "term_pty" for
            term_start(). (Hirohito Higashi, closes #3915)
2019-02-08 12:47:03 +01:00
314dd79cac Update runtime files. 2019-02-03 15:27:20 +01:00
aa5df7e312 patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10
Problem:    Vim doesn't use the new ConPTY support in Windows 10.
Solution:   Use ConPTY support, if available. (Nobuhiro Takasaki, closes #3794)
2019-02-03 14:53:10 +01:00
d47d52232b Update runtime files. 2018-12-09 20:43:55 +01:00
4c5d815256 patch 8.1.0487: no menus specifically for the terminal window
Problem:    No menus specifically for the terminal window.
Solution:   Add :tlmenu. (Yee Cheng Chin, closes #3439) Add a menu test.
2018-10-19 22:36:53 +02:00
93a1df2c20 Update runtime files. 2018-09-10 11:51:50 +02:00
fc65cabb15 Update runtime files. 2018-08-28 22:58:02 +02:00
d473c8c101 Update runtime files. 2018-08-11 18:00:22 +02:00
91f84f6e11 Update runtime files. 2018-07-29 15:07:52 +02:00
6dc819b129 Updated runtime and language files. 2018-07-03 16:42:19 +02:00
de1a83147a patch 8.1.0080: can't see the breakpoint number in the terminal debugger
Problem:    Can't see the breakpoint number in the terminal debugger.
Solution:   Use the breakpoint number for the sign. (Christian Brabandt)
2018-06-19 16:59:54 +02:00
d2f3a8b878 Update runtime files. 2018-06-19 14:35:59 +02:00
dcdeaaf150 patch 8.1.0072: use of 'termwinkey' is inconsistent
Problem:    Use of 'termwinkey' is inconsistent.
Solution:   Change the documentation and the behavior. (Ken Takata)
2018-06-17 22:19:12 +02:00