comparison runtime/doc/index.txt @ 14952:405309f9dd13 v8.1.0487

patch 8.1.0487: no menus specifically for the terminal window commit https://github.com/vim/vim/commit/4c5d815256099b50eca2ec5bf8f9aaa67a890211 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 19 22:36:53 2018 +0200 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 https://github.com/vim/vim/issues/3439) Add a menu test.
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Oct 2018 22:45:07 +0200
parents 2f7e67dd088c
children f0f06837a699
comparison
equal deleted inserted replaced
14951:6adb462db592 14952:405309f9dd13
1581 |:tfirst| :tf[irst] jump to first matching tag 1581 |:tfirst| :tf[irst] jump to first matching tag
1582 |:throw| :th[row] throw an exception 1582 |:throw| :th[row] throw an exception
1583 |:tjump| :tj[ump] like ":tselect", but jump directly when there 1583 |:tjump| :tj[ump] like ":tselect", but jump directly when there
1584 is only one match 1584 is only one match
1585 |:tlast| :tl[ast] jump to last matching tag 1585 |:tlast| :tl[ast] jump to last matching tag
1586 |:tlmenu| :tlm[enu] add menu for Terminal-Job mode
1587 |:tlnoremenu| :tln[oremenu] like ":noremenu" but for Terminal-Job mode
1588 |:tlunmenu| :tlu[nmenu] remove menu for Terminal-Job mode
1586 |:tmapclear| :tmapc[lear] remove all mappings for Terminal-Job mode 1589 |:tmapclear| :tmapc[lear] remove all mappings for Terminal-Job mode
1587 |:tmap| :tma[p] like ":map" but for Terminal-Job mode 1590 |:tmap| :tma[p] like ":map" but for Terminal-Job mode
1588 |:tmenu| :tm[enu] define menu tooltip 1591 |:tmenu| :tm[enu] define menu tooltip
1589 |:tnext| :tn[ext] jump to next matching tag 1592 |:tnext| :tn[ext] jump to next matching tag
1590 |:tnoremap| :tno[remap] like ":noremap" but for Terminal-Job mode 1593 |:tnoremap| :tno[remap] like ":noremap" but for Terminal-Job mode