vim-patch:8.0.0427: 'makeencoding' missing from the options window (#7907)

Problem:    'makeencoding' missing from the options window.
Solution:   Add the entry.
ad4187e6fc
This commit is contained in:
KunMing Xie 2018-01-29 05:53:53 +08:00 committed by Justin M. Keyes
parent b251c42195
commit 2569fabf04

View File

@ -1087,6 +1087,9 @@ if has("quickfix")
call <SID>OptionG("gp", &gp)
call append("$", "grepformat\tlist of formats for output of 'grepprg'")
call <SID>OptionG("gfm", &gfm)
call append("$", "makeencoding\tencoding of the \":make\" and \":grep\" output")
call append("$", "\t(global or local to buffer)")
call <SID>OptionG("menc", &menc)
endif