]> granicus.if.org Git - vim/commitdiff
patch 8.0.0427: 'makeencoding' missing from the options window v8.0.0427
authorBram Moolenaar <Bram@vim.org>
Mon, 6 Mar 2017 20:45:20 +0000 (21:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 Mar 2017 20:45:20 +0000 (21:45 +0100)
Problem:    'makeencoding' missing from the options window.
Solution:   Add the entry.

runtime/optwin.vim
src/version.c

index 362cd3d88c16d3aca09351f338210d5cbb6109b0..2cbbd288b2e1e2a55b505f2af45c2bd39640c3c1 100644 (file)
@@ -1,7 +1,7 @@
 " These commands create the option window.
 "
 " Maintainer:  Bram Moolenaar <Bram@vim.org>
-" Last Change: 2017 Jan 28
+" Last Change: 2017 Mar 06
 
 " If there already is an option window, jump to that one.
 if bufwinnr("option-window") > 0
@@ -1131,6 +1131,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
 
 
index 5aea071e957f99e28b7d817ccb41fcee90027c04..962f5b8d166347f6a7761ec9ca5478e30b60f02b 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    427,
 /**/
     426,
 /**/