Remove :tearoff #3007

This also removes the 't' flag from 'guioptions'.

Side effect: :term[inal] -> :te[rminal]

Closes #3003.
This commit is contained in:
Marco Hinz
2015-07-14 13:53:45 +02:00
committed by Justin M. Keyes
parent 59784b91db
commit 1e03165074
13 changed files with 14 additions and 114 deletions

View File

@@ -2677,12 +2677,6 @@ return {
addr_type=ADDR_LINES,
func='ex_ni',
},
{
command='tearoff',
flags=bit.bor(NEEDARG, EXTRA, TRLBAR, NOTRLCOM, CMDWIN),
addr_type=ADDR_LINES,
func='ex_tearoff',
},
{
command='terminal',
flags=bit.bor(BANG, FILES, CMDWIN),