mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +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
@@ -200,7 +200,6 @@
|
||||
#define GO_ASELPLUS 'P' /* autoselectPlus */
|
||||
#define GO_RIGHT 'r' /* use right scrollbar */
|
||||
#define GO_VRIGHT 'R' /* right scrollbar with vert split */
|
||||
#define GO_TEAROFF 't' /* add tear-off menu items */
|
||||
#define GO_TOOLBAR 'T' /* add toolbar */
|
||||
#define GO_FOOTER 'F' /* add footer */
|
||||
#define GO_VERTICAL 'v' /* arrange dialog buttons vertically */
|
||||
|
Reference in New Issue
Block a user