File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ function! go#config#GocodeProposeBuiltins() abort
149
149
endfunction
150
150
151
151
function ! go#config#GocodeProposeSource () abort
152
- return get (g: , ' go_gocode_propose_source' , 1 )
152
+ return get (g: , ' go_gocode_propose_source' , 0 )
153
153
endfunction
154
154
155
155
function ! go#config#EchoCommandInfo () abort
Original file line number Diff line number Diff line change @@ -1622,7 +1622,7 @@ Specifies whether `gocode` should use source files instead of binary packages
1622
1622
for autocompletion proposals. When disabled, only identifiers from the current
1623
1623
package and packages that have been installed will proposed.
1624
1624
>
1625
- let g:go_gocode_propose_source = 1
1625
+ let g:go_gocode_propose_source = 0
1626
1626
<
1627
1627
*'g:go_gocode_unimported_packages'*
1628
1628
You can’t perform that action at this time.
0 commit comments