comparison runtime/doc/tags @ 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 40ef13331e02
children 2b30a2b4bde2
comparison
equal deleted inserted replaced
14951:6adb462db592 14952:405309f9dd13
3183 :throw eval.txt /*:throw* 3183 :throw eval.txt /*:throw*
3184 :tj tagsrch.txt /*:tj* 3184 :tj tagsrch.txt /*:tj*
3185 :tjump tagsrch.txt /*:tjump* 3185 :tjump tagsrch.txt /*:tjump*
3186 :tl tagsrch.txt /*:tl* 3186 :tl tagsrch.txt /*:tl*
3187 :tlast tagsrch.txt /*:tlast* 3187 :tlast tagsrch.txt /*:tlast*
3188 :tlm gui.txt /*:tlm*
3189 :tlmenu gui.txt /*:tlmenu*
3190 :tln gui.txt /*:tln*
3191 :tlnoremenu gui.txt /*:tlnoremenu*
3192 :tlu gui.txt /*:tlu*
3193 :tlunmenu gui.txt /*:tlunmenu*
3188 :tm gui.txt /*:tm* 3194 :tm gui.txt /*:tm*
3189 :tma map.txt /*:tma* 3195 :tma map.txt /*:tma*
3190 :tmap map.txt /*:tmap* 3196 :tmap map.txt /*:tmap*
3191 :tmap_l map.txt /*:tmap_l* 3197 :tmap_l map.txt /*:tmap_l*
3192 :tmapc map.txt /*:tmapc* 3198 :tmapc map.txt /*:tmapc*