mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Remove :tearoff #3007
This also removes the 't' flag from 'guioptions'. Side effect: :term[inal] -> :te[rminal] Closes #3003.
This commit is contained in:

committed by
Justin M. Keyes

parent
59784b91db
commit
1e03165074
@@ -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),
|
||||
|
Reference in New Issue
Block a user