mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
b251c42195
commit
2569fabf04
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user