File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11" These commands create the option window.
22"
33" Maintainer: Bram Moolenaar <[email protected] >4- " Last Change: 2017 Jan 28
4+ " Last Change: 2017 Mar 06
55
66" If there already is an option window, jump to that one.
77if bufwinnr (" option-window" ) > 0
@@ -1131,6 +1131,9 @@ if has("quickfix")
11311131 call <SID> OptionG (" gp" , &gp )
11321132 call append (" $" , " grepformat\t list of formats for output of 'grepprg'" )
11331133 call <SID> OptionG (" gfm" , &gfm )
1134+ call append (" $" , " makeencoding\t encoding of the \" :make\" and \" :grep\" output" )
1135+ call append (" $" , " \t (global or local to buffer)" )
1136+ call <SID> OptionG (" menc" , &menc )
11341137endif
11351138
11361139
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 427 ,
767769/**/
768770 426 ,
769771/**/
You can’t perform that action at this time.
0 commit comments